What are the preprocessor categories?
No Answer is Posted For this Question
Be the First to Post Answer
What is oops c?
WHAT IS PRE POSSESSORS?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
how to find the binary of a number?
what is the little endian and big endian?
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
write a program to sort the elements in a given array in c language
What is the explanation for prototype function in c?
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....
What should malloc(0) do?
When should structures be passed by values or by references?
how to find the sizof of any datatype using bit manipulations