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

when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .

4 Answers  


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

6 Answers   ME, Wipro,


What is integer constants?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


What is the easiest sorting method to use?

0 Answers  


What does sizeof int return?

0 Answers  


Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 Answers  


What are multibyte characters?

0 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


What 'lex' does?

0 Answers   Tech Mahindra,


Categories