What is sizeof int?
What is array within structure?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
#define d 10+10 main() { printf("%d",d*d); }
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
what is the use of a array in c
What is exit() function?
What are the 3 types of structures?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Write a program to check palindrome number in c programming?
Why c is faster than c++?
write a programe returns the number of times the character appears in the string
Write a program to reverse a given number in c?