15.what is the disadvantage of using macros?
16.what is the self-referential structure?
17.can a union be self-referenced?
18.What is a pointer?
19.What is the Lvalue and Rvalue?
20.what is the difference between these initializations?
21.Char a[]=”string”;
22.Char *p=”literal”;
23.Does *p++ increment p, or what it points to?
Answer / aravindakrishnan
for q 22 and 23;
*p++;
in post increment untill semicolon is encountered,
p points to 'l' only in the next line only
p points to 'i';
puts(*p++) gives the answer literal only
| Is This Answer Correct ? | 1 Yes | 0 No |
What does 1f stand for?
Can you return null in c?
why effort estimation is important?
What are the advantages of Macro over function?
How can I invoke another program from within a C program?
Explain modulus operator. What are the restrictions of a modulus operator?
What is difference between %d and %i in c?
what is the associativity of bitwise OR operator?
What is an arrays?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Is it possible to create recycle bin in mobiles?
how to introdu5ce my self in serco