Write a c program to demonstrate character and string constants?


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

Post New Answer

More C Interview Questions

c programming of binary addition of two binary numbers

4 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


What is the auto keyword good for?

0 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


What are void pointers in c?

0 Answers  


Define function pointers?

1 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


What is an lvalue in c?

0 Answers  


what is object oriental programing?

1 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


Categories