Explain pointer. What are function pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
write a progam to compare the string using switch case?
write a program to print calender using for loop.
How many bytes are occupied by near, far and huge pointers (dos)?
how does printf function work
What is clrscr ()?
Differentiate between new and malloc(), delete and free() ?
Explain goto?
What is floating point constants?
What is the size of empty structure in c?
logic for x=y^n
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5