What is the advantage of c?


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

Post New Answer

More C Interview Questions

please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(

1 Answers  


What are the rules for the identifier?

0 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


What is function definition in c?

0 Answers  






Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


What is difference between stdio h and conio h?

0 Answers  


Explain indirection?

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


What are the different types of constants?

0 Answers  


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


Categories