What is the basic structure of c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different data types in C?
Why c language?
When should you use a type cast?
what is difference between array of characters and string
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
main() { clrscr(); } clrscr();
Why c is called a middle level language?
how we do lcm of two no using c simple if while or for statement
what is the difference between char * const and const char *?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it