What is the difference between the expression “++a” and “a++”?
No Answer is Posted For this Question
Be the First to Post Answer
Will Macros support multiple arguments ?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
hi, which software companys will take,if d candidate's % is jst 55%?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
How to convert decimal to binary in C using recursion??
from which concept of 'c', the static member function of 'c++' has came?
Tell us the use of fflush() function in c language?
What is calloc() function?
why TCS selected more student in the software field from all institution.
Can you define which header file to include at compile time?