Answer Posted / gopinath.j
ANSI-American National Standards Institute
ISO-International standardization for organization
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How many main () function we can have in a project?
What does 3 mean in texting?
Wt are the Buses in C Language
How can you check to see whether a symbol is defined?
Which is better between malloc and calloc?
Explain how can you restore a redirected standard stream?
What is a pointer variable in c language?
show how link list can be used to repersent the following polynomial i) 5x+2
What is a macro in c preprocessor?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is zero based addressing?
When should a far pointer be used?
Where define directive used?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none