Explain what is the difference between a string and an array?


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

Post New Answer

More C Interview Questions

Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


Is main an identifier in c?

0 Answers  


What are static variables in c?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,






write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


What is register variable in c language?

0 Answers  


How can I call a function with an argument list built up at run time?

0 Answers  


Why is %d used in c?

0 Answers  


What is an auto keyword in c?

0 Answers  


how to convert an char array to decimal array

4 Answers  


What is table lookup in c?

0 Answers  


Categories