Answer Posted / khaja
packing structures in a place or memory
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what will the preprocessor do for a program?
Can variables be declared anywhere in c?
Why dont c comments nest?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
State the difference between realloc and free.
Describe dynamic data structure in c programming language?
Explain what are multidimensional arrays?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Describe the difference between = and == symbols in c programming?
What is c basic?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Is flag a keyword in c?
Is array name a pointer?
What is the meaning of && in c?
List the different types of c tokens?