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 7991WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16167What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19471what 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 6436Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 15618Snake 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 12151Post New TCS C Interview Questions
What is aggregating data ?
How to reuse sapui5 views?
what is mean by descripiency relay? & wht is its ansi code?
How can I get wordpress working when I'm behind a reverse proxy?
What should be the components of a fair policy with regard to collecting, maintaining, and disseminating information about employees?
rational decision making steps
What is difference between deep and shallow object coping in javascript?
By which force the missile being fired from airhant?
In gsm we use msrn for routing but what parameter is used in the cdma for routing?
What are the different types of shell scripting?
Give a brief description of db2 isolation levels?
How to use JDBC API to call Stored Procedures?
Can we execute java program without main method?
What are standard controls?
What is difference between classnotfoundexception and noclassdeffounderror?