What is the difference between the expression “++a” and “a++”?
No Answer is Posted For this Question
Be the First to Post Answer
write a addition of two no. program with out using printf,scanf,puts .
can u give me the good and very optimised code for a car racing game?
Should I learn c before c++?
why we are using float in C
Write a program of prime number using recursion.
Find greatest number out of 10 number without using loop.
Why functions are used in c?
What is the explanation for modular programming?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
How #define works?
what are enumerations in C
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above