In c programming, explain 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

What is a lvalue

0 Answers   Global Logic,


why 'c' is called middle level language.

2 Answers  


What is meant by realloc()?

0 Answers  


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  






c program to print a name without using semicolon

9 Answers   TCS, Wipro,


When should structures be passed by values or by references?

0 Answers   Adobe,


Differentiate abs() function from fabs() function.

0 Answers  


What is the explanation for modular programming?

0 Answers  


How can I swap two values without using a temporary?

0 Answers  


what are bitwise shift operators?

4 Answers  


how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


Categories