Write a program to check palindrome number in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c language to print your bio-data on the screen by using functions.
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Why does not use getgh(); and <conio.h> in c language.
Explain 'bus error'?
What is the difference between scanf and fscanf?
Why is c called "mother" language?
Write a program to print "hello world" without using a semicolon?
What is #line used for?
What does c mean in standard form?
Explain what does the format %10.2 mean when included in a printf statement?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?