What is string constants?


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

Post New Answer

More C Interview Questions

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,


What are types of functions?

0 Answers  


What is static memory allocation? Explain

0 Answers  


What is the difference between array and structure in c?

0 Answers  


Why do we use null pointer?

0 Answers  






What is a class?

3 Answers  


What is the difference between mpi and openmp?

0 Answers  


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


Can a variable be both const and volatile?

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


Categories