Previous in Forum: c-language   Next in Forum: Temporary Internet Files
Close
Close
Close
Rate Comments: Nested
Active Contributor

Join Date: Jan 2008
Posts: 10

c-language

01/28/2008 12:36 PM

1) What are the differences between structures and arrays?

2) What are the differences between malloc() and calloc()?

3) What are macros? what are its advantages and disadvantages?

4)

  • Difference between arrays and linked list?
  • What are enumerations?
  • What are register variables? What are the advantage of using register variables?
  • What is the use of typedef?
  • Can we specify variable field width in a scanf() format string? If possible how?
  • Out of fgets() and gets() which function is safe to use and why?
  • Difference between strdup and strcpy?
  • What are the advantages of using pointers in a program?
  • What is the difference between Strings and Arrays?
  • What is a far pointer? where we use it?
  • what is a NULL Pointer? Whether it is same as an uninitialized pointer?
  • What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
  • What does the error 'Null Pointer Assignment' mean and what causes this error?
  • What is near, far and huge pointers? How many bytes are occupied by them?
  • What are bit fields? What is the use of bit fields in a Structure declaration?
  • Which bit wise operator is suitable for checking whether a particular bit is on or off?
  • Which bit wise operator is suitable for turning off a particular bit in a number?
  • Which bit wise operator is suitable for putting on a particular bit in a number?
  • Which bit wise operator is suitable for checking whether a particular bit is on or off?
Register to Reply
This discussion was "closed" on 01/28/2008 12:40 PM. No new comments are allowed.
Message from admins:
CR4 is not a homework cheat site. While some here might relish the opportunity to sharpen up old rusty skills by working the homework problem, consider this and consider it well. If you cheat on your homework by using someone else's answers, you are only cheating yourself, because the purpose of any
Friend of CR4

Join Date: Dec 2004
Posts: 1776
Good Answers: 35
#1

Re: c-language

01/28/2008 12:37 PM
__________________
Off to take on other challenges. Good luck everybody! See you around the Interwebs.
Register to Reply
Register to Reply
This discussion was "closed" on 01/28/2008 12:40 PM. No new comments are allowed.
Message from admins:
CR4 is not a homework cheat site. While some here might relish the opportunity to sharpen up old rusty skills by working the homework problem, consider this and consider it well. If you cheat on your homework by using someone else's answers, you are only cheating yourself, because the purpose of any

Previous in Forum: c-language   Next in Forum: Temporary Internet Files

Advertisement