What is string constants?


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

Post New Answer

More C Interview Questions

What are reserved words?

0 Answers  


What are different types of variables in c?

0 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


consagous technology placement paper

3 Answers   Consagous, Sypra,


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  






What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


What is character set?

0 Answers  


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


can we execute the program with the object file

1 Answers  


what are the interview question's in the language c

2 Answers   Nipuna,


Categories