What is function pointer c?
No Answer is Posted For this Question
Be the First to Post Answer
Can one function call another?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
what is C?
how can u print a message without using any library function in c
What are the types of arrays in c?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
Sir i need notes for structure,functions,pointers in c language can you help me please
What is meant by operator precedence?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
void main() { int i=5; printf("%d",i++ + ++i); }
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is break in c?