What does typeof return in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
WHAT IS HEADER?
what about "char *(*(*a[])())();"
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Why does not c have an exponentiation operator?
how to find out the union of two character arrays?
coding for Fibonacci.?
What is that continue statement??
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
array of pointer pointer to array pointer to pointer