Do character constants represent numerical values?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


How can I direct output to the printer?

0 Answers  


What is ## preprocessor operator in c?

0 Answers  


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


What is structure packing ?

2 Answers   HP,


Tell me what are bitwise shift operators?

0 Answers  


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


Why is c not oop?

0 Answers  


What is int main () in c?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


Categories