How can I run c program?


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

Post New Answer

More C Interview Questions

what is purpose of fflush(stdin) function

4 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Explain what are bus errors, memory faults, and core dumps?

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


what defference between c and c++ ?

6 Answers  


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


what is the difference between unix os and linux os

4 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


Why Modern OS are interrupt driven?Give an example

3 Answers  


What's the total generic pointer type?

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


Categories