What is difference between structure and union with example?
No Answer is Posted For this Question
Be the First to Post Answer
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....
char *p="name"; printf(p);
What is the general form of function in c?
What is difference between constant pointer and constant variable?
can you change name of main()?how?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
what is diognisis?
what is pointer
What is the most efficient way to count the number of bits which are set in an integer?
Why is %d used in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
void main() { int a=1; while(a++<=1) while(a++<=2); }