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

Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


what is unsigened char and what is the difference from char

2 Answers  


write a programe returns the number of times the character appears in the string

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,


Explain what is the general form of a c program?

0 Answers  






write a program to display the frequency of each element in a given array in c language

1 Answers  


Can we write a program without main() function?

9 Answers  


There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.

15 Answers   Cisco, Google, MBT,


What is an example of enumeration?

1 Answers  


Is fortran still used today?

0 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


Explain what is the concatenation operator?

0 Answers  


Categories