a=10;b= 5;c=3;d=3;
if(a printf(%d %d %d %d a,b,c,d)
else printf("%d %d %d %d a,b,c,d);
No Answer is Posted For this Question
Be the First to Post Answer
write a program to generate 1st n fibonacci prime number
what is the difference between getch() and getchar()?
Here is a good puzzle: how do you write a program which produces its own source code as output?
c program to manipulate x=1+3+5+...+n using recursion
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Can anyone tell what is stack overflow? what precaution we should take?
Write a program to swap two numbers without using a temporary variable?
main is a predefined or user define function if user defined why? if predefined whay?
write a program to print the one dimensional array.
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What does struct node * mean?
How can I make sure that my program is the only one accessing a file?