Explain what are reserved words?


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

Post New Answer

More C Interview Questions

What is a pointer and how it is initialized?

0 Answers  


Is c++ based on c?

0 Answers  


Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


What are shell structures used for?

0 Answers  






IS Doon college of Engn.. has good faculty

1 Answers  


what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


Can you assign a different address to an array tag?

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


Categories