write a program to print data of 5 five students with
structures?
What is the sizeof () a pointer?
How to print "I Love My India" without using semi colon?
What is function what are the types of function?
How can I write functions that take a variable number of arguments?
What does return 1 means in c?
Explain goto?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What Is The Difference Between Null And Void Pointer?
difference between i++* and *++i
explain what is fifo?
Is it better to use malloc() or calloc()?
What is the use of getchar functions?