Does c have class?
No Answer is Posted For this Question
Be the First to Post Answer
diff. between *p and **p
What is union and structure?
what is the difference between declaration and definition of a variable or function ?
char *p="name"; printf(p);
how can i get this by using for loop? * ** * **** * ******
What is a rvalue?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is the sizeof () a pointer?
What is declaration and definition in c?
What will happen when freeing memory twice
What is variable and explain rules to declare variable in c?