Explain what math functions are available for integers? For floating point?
No Answer is Posted For this Question
Be the First to Post Answer
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
What is the use of sizeof?
write a c program to check weather a particluar bit is set or not?
WHO WROTE C LANGUAGE?
What is NULL pointer?
How can my program discover the complete pathname to the executable from which it was invoked?
what are the stages of compilation
C,c++, Java is all are structural oriented or procedure oriented language..?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
C program to perform stack operation using singly linked list
Can we declare function inside main?