Explain what are the different file extensions involved when programming in c?
No Answer is Posted For this Question
Be the First to Post Answer
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is zero based addressing?
Why void main is used in c?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
What is default value of global variable in c?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Why does everyone say not to use gets?
Difference between exit() and _exit() function?
What is floating point constants?
How can I change their mode to binary?
What is an lvalue and an rvalue?