What is the difference between the expression “++a” and “a++”?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write programs for String Reversal & Palindrome check

0 Answers   TISL,


what does data structure mean?

8 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


How many header files are in c?

0 Answers  


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  






a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


What is difference between structure and union?

0 Answers  


What is restrict keyword in c?

0 Answers  


What is the purpose of type declarations?

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,


What is the use of header files?

0 Answers  


what are two kinds of java

2 Answers  


Categories