How do we make a global variable accessible across files?
Explain the extern keyword?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
difference between memcpy and strcpy
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
What are data types in c language?
where do we use structure pointer?
What is a stream water?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
what are the advantage and disadvantage of recursion