How do you define a string?


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

Post New Answer

More C Interview Questions

Explain the difference between exit() and _exit() function?

0 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


What are the usage of pointer in c?

0 Answers  


code for quick sort?

0 Answers  






Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,


what are the stages of compilation

1 Answers   Bosch,


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


How do you print an address?

0 Answers   TCS,


Categories