What is p in text message?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to determine the total number of stops an elevator would take to serve N number of people.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
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....
Difference between Function to pointer and pointer to function
What are derived data types in c?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
What are the keywords in c?
wats SIZE_T meant for?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What is function prototype?
What is the size of array float a(10)?
what is dangling pointer?