proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
7 10469#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
3 16139
Sir i need notes for structure,functions,pointers in c language can you help me please
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the difference between memcpy and memmove?
What does *p++ do?
What is wrong with this program statement? void = 10;
Explain spaghetti programming?
What are the salient features of c languages?
What are different types of operators?
What does 2n 4c mean?
What is ## preprocessor operator in c?
How we can insert comments in a c program?
Write a program to print "hello world" without using a semicolon?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the difference between Printf(..) and sprint(...) ?
What does the c preprocessor do?