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 8333WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16433What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 20108what 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 6802Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 16083Snake 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 12710Post New TCS C Interview Questions
What is the difference between CDATA and PCDATA?
Can a beginner learn python?
What is virtual memory? Where it used by OS?
Explain how to kill a particular process in windows?
What are the different types of perl operators?
How do I get rid of presentationfontcache exe?
What is a binder service in Android abd how it differs from started service?
How many action classes can be used in struts application?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
What is double data type?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Briefly explain the BST algorithm.
Where do we define time profiles? What is evaluation period?
Show the cursor attributes of pl/sql.
Why sessionfactory is used in hibernate?