enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
4 8184WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16309What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19826what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
4 6628Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 15873Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 12507Post New TCS C Interview Questions
What is the use of windows in your computer?
What is void c?
How to compare two strings in perl?
How can you create an executable jar with dependencies using maven?
state and explain FIVE basic disk-based file system operation
I know I can use the fill handle (the small black box in the lower-right corner of the range) to copy data and formulas in excel, but is there a way to use it to clearranges in excel?
Can we insert update delete in view?
What is a data class? : abap data dictionary
In TNC switch, is there any 1NO+1NC block ? and if we move over closing position, is ther any affect on trip position or vice versa?
What is qtp window?
Dear Sir, Please send me the questions frequently asked during bhel persoal interview for supervisor trainee With worm regards, Alok Kumar Rout e-mail id- rjdalok22@gmail.com
How do I make a half page booklet in word?
Name a few data dictionary objects?
FILE PROGRAMMING
Is printf(?%d?,p); valid?