What is wrong in this statement? scanf(“%d”,whatnumber);
No Answer is Posted For this Question
Be the First to Post Answer
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
wat are the two methods for swapping two numbers without using temp variable??
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the correct code to have following output in c using nested for loop?
declare afunction pointer to int printf(char *)?
Explain what is wrong with this program statement? Void = 10;
difference between loading and linking
What is a nested formula?
what is c
diff between exptected result and requirement?
Do you know the difference between malloc() and calloc() function?
What language is c written?