Why is C language being considered a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
what is a c-language.what is do.
void main() { int i=5; printf("%d",i++ + ++i); }
What is d'n in c?
What is the function of volatile in c language?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
What is pointers in c with example?
Explain why can’t constant values be used to define an array’s initial size?
What is the difference between realloc() and free()
without a terminator how can we print a message in a printf () function.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
write a program in C to swap two variables