What is an operator?
No Answer is Posted For this Question
Be the First to Post Answer
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Why double pointer is used in c?
What are multidimensional arrays?
char *p="name"; printf(p);
every function has return the value?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
what is the use of fflush() function?
Why pointers are used?
write a program to print the all 4digits numbers & whose squares must me even numbers?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain what is wrong with this program statement?