Explain what is the difference between the expression '++a' and 'a++'?
No Answer is Posted For this Question
Be the First to Post Answer
differentiate built-in functions and user – defined functions.
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
How would you obtain the current time and difference between two times?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
pgm to find middle element of linklist(in efficent manner)
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is the benefit of using const for declaring constants?
What's the difference between a linked list and an array?
Which is better malloc or calloc?
who will call your main function in c under linux?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them