What are the different types of pointers?
Answer Posted / newakash.89
far,near and huge
| Is This Answer Correct ? | 24 Yes | 6 No |
Post New Answer View All Answers
What are the different types of C instructions?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain the term printf() and scanf() used in c language?
How do we declare variables in c?
How are variables declared in c?
What is restrict keyword in c?
What are linker error?
What is the right way to use errno?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is the best style for code layout in c?
What is string function c?
What is hungarian notation? Is it worthwhile?
What is the difference between fread and fwrite function?