Explain the difference between ++u and u++?
No Answer is Posted For this Question
Be the First to Post Answer
Why C language is a procedural language?
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
Tell me what is null pointer in c?
Which are low level languages?
Do you know what is a programing language ?
What is the purpose of void pointer?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is difference between array and pointer in c?
What is difference between structure and union in c?
what is stack , heap ,code segment,and data segment
to find the closest pair
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit