In C programming, how do you insert quote characters (‘ and “) into the output screen?


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

Post New Answer

More C Interview Questions

Implement bit Array in C.

0 Answers   GrapeCity,


How do you use a pointer to a function?

0 Answers  


What does %d do in c?

0 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


How the c program is executed?

0 Answers  


What is getch c?

0 Answers  


What is getche() function?

0 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


What is the exact difference between '\0' and ""

3 Answers  


Categories