Why is c so important?


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

Post New Answer

More C Interview Questions

To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


What is null character in c?

0 Answers  


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


how to find string length wihtout using c function?

6 Answers  






write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


Explain null pointer.

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture, Digg.com,


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


Categories