Write a program to check palindrome number in c programming?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the best way to comment out a section of code that contains comments?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
Is there sort function in c?
What is the difference b/w Structure & Class?
hi, which software companys will take,if d candidate's % is jst 55%?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
main() { int a; a=++100; printf("%d",a); getch(); }
Explain what does the function toupper() do?
write a program to add two numbers of any size.....(remember any size)
What does the c preprocessor do?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82