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

Write a program to swap two numbers without using third variable in c?

0 Answers  


Write a program that his output * *** *****

1 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


What is difference between union and structure in c?

0 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


Do you have any idea about the use of "auto" keyword?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Write a program to find whether the given number is prime or not?

6 Answers  


Categories