How many types of sorting are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantages of a macro over a function?
i want to know the procedure of qualcomm for getting a job through offcampus
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?
When can a far pointer be used?
what is use#in c
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is the newline escape sequence?
Explain what are the __date__ and __time__ preprocessor commands?
develop algorithms to add polynomials (i) in one variable
Distinguish between actual and formal arguments.
What does extern mean in a function declaration?