What is the difference between ++a and a++?
No Answer is Posted For this Question
Be the First to Post Answer
What are runtime error?
find out largest elemant of diagonalmatrix
Which is an example of a structural homology?
write a c program to store and print name,address,roll.no of a student using structures?
Write a program to swap two numbers without using third variable in c?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
to find the program of matrix multiplication using arrays
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
how to reverse string "Hello World" by using pointers only. Without any temp var
How do I get a null pointer in my programs?
Are there constructors in c?
write a program to count the no of repaeted words in a line?