What is string constants?


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

Post New Answer

More C Interview Questions

How would you obtain the current time and difference between two times?

0 Answers   TISL,


All technical questions

0 Answers   TCS,


What is c language & why it is used?

0 Answers  


What is meant by realloc()?

0 Answers  


Why is this loop always executing once?

0 Answers  






Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


What the advantages of using Unions?

0 Answers   TISL,


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


Define recursion in c.

0 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


Categories