Why is C language being considered a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
What does struct node * mean?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is diffrance between declaration and defination of a variable or function
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
If I have a char * variable pointing to the name of a function ..
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
what is difference between procedural language and functional language ?
How to print "I Love My India" without using semi colon?
What does %2f mean in c?
what is the different bitween abap and abap-hr?
What is main () in c?