Why is c so powerful?


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

Post New Answer

More C Interview Questions

write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


How do you declare a variable that will hold string values?

0 Answers  


How do I declare a pointer to an array?

6 Answers   IBM,


Explain how can you be sure that a program follows the ansi c standard?

0 Answers  


What are the advantages of c preprocessor?

0 Answers  






what is the stackpointer

2 Answers  


Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 Answers   Mascot,


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

0 Answers   TCS,


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


How is pointer initialized in c?

0 Answers  


What are the different types of pointers used in c language?

0 Answers  


Categories