Can true be a variable name in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between int main and void main?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
ABCDCBA ABC CBA AB BA A A
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What is the diffrent between while and do while statement ?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
List out few of the applications that make use of Multilinked Structures?
What is merge sort in c?
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
What is the use of the restrict keyword?
Why do we use namespace feature?
how to introdu5ce my self in serco