Differentiate between the expression “++a” and “a++”?
No Answer is Posted For this Question
Be the First to Post Answer
A program to allow an input operand and operator from the operator and read on the display and output operand.
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Can we access the array using a pointer in c language?
how to display 2-D array elements in spiral
How does the assert() function work?
What does *p++ do?
what is meant by flushll() in c programming?
What is c variable?
Is c still relevant?
What is a structure and why it is used?
Describe dynamic data structure in c programming language?