What is void main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
Explain what is the purpose of "extern" keyword in a function declaration?
c program to input values in a table(using 2D array) and print odd numbers from them
What is a nested loop?
diff. between *p and **p
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
what is meant by c
What is the use of #define preprocessor in c?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
What is a const pointer?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?