What is wild pointer in c?
What is the use of the sizeof operator?
how can f be used for both float and double arguments in printf? Are not they different types?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
who did come first hen or agg
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the difference between abs() and fabs() functions?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Why is main function so important?
discuss the steps needed to get a program from source code to executable in a system?
What are the types of bitwise operator?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?