What is character constants?


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

Post New Answer

More C Interview Questions

What is the -> in c?

0 Answers  


What is the return type of sizeof?

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

1 Answers   HCL, Public Service Commission,


How can I access a memory located at certain address?

2 Answers   CSC,






Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


Explain the difference between malloc() and calloc() function?

0 Answers  


How to swap 3 numbers without using 4th variable?

5 Answers  


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


Write a program that can show the multiplication table.

0 Answers   Student,


What is the difference between getch() and getche()?

1 Answers   NSPL,


Categories