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

What is the difference between typedef struct and struct?

0 Answers  


write a program for odd numbers?

15 Answers  


Why is it that not all header files are declared in every C program?

0 Answers  


What do you mean by keywords in c?

0 Answers  


write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

1 Answers   Zensar,






Can I pass constant values to functions which accept structure arguments?

2 Answers  


Total of how many functions are available in c?

3 Answers  


what are the different storage classes in c?

0 Answers   TCS,


the data type used for unlimited value in c and how to do this program

1 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


Can a variable be both constant and volatile?

0 Answers  


Categories