How will you declare an array of three function pointers where each function receives two ints and returns a float?
TISL,
1295When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
TISL,
1212
Can we declare variable anywhere in c?
How many identifiers are there in c?
What is static identifier?
What is an lvalue in c?
What are the properties of union in c?
The difference between printf and fprintf is ?
Why should I prototype a function?
Explain how does flowchart help in writing a program?
How do you print an address?
How can I recover the file name given an open stream?
Why c is called a middle level language?
Write a program to check whether a number is prime or not using c?
Explain what is the difference between functions getch() and getche()?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are extern variables in c?