Explain what is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a static function?
What is the purpose of 'register' keyword in c language?
what is an ERP?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
How. To pass the entrance test
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
Tell us bitwise shift operators?
What is use of pointer?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Do you know what are the properties of union in c?