Write a program to check palindrome number in c programming?
what is difference between #include<stdio.h> and #include"stdio.h"
Explain the properties of union. What is the size of a union variable
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
what is bitwise operator?
What is the benefit of using an enum rather than a #define constant?
what are non standard function in c
What is meaning of tree
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
write a prgram of swapping with 2 valiables
write a 'c' program to sum the number of integer values
What is the difference between typedef and #define?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.