How can I run c program?
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 .
main() { clrscr(); } clrscr();
What is integer constants?
Write a program to find given number is even or odd without using any control statement.
What is the difference between Printf(..) and sprint(...) ?
What is the easiest sorting method to use?
What does sizeof int return?
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
What are multibyte characters?
Explain following declaration int *P(void); and int (*p)(char *a);
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.
What 'lex' does?