Answer Posted / guest
The variable i is both referenced and modified in the same
expression.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain what are header files and explain what are its uses in c programming?
Which is an example of a structural homology?
List some basic data types in c?
What do you mean by a local block?
What is the scope of static variable in c?
What is structure of c program?
where are auto variables stored? What are the characteristics of an auto variable?
How is actual parameter different from the formal parameter?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is oops c?
Ow can I insert or delete a line (or record) in the middle of a file?
Explain null pointer.
How is a structure member accessed?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Tell me what is the purpose of 'register' keyword in c language?