why we use "include" word before calling the header file. is there any special name for that include??????
1 4228What is the out put of this programme? int a,b,c,d; printf("Enter Number!\n"); scanf("%d",&a); while(a=!0) { printf("Enter numbers/n"); scanf("%d%d%d",&b,&c,&d); a=a*b*c*d; } printf("thanks!"); getche(); Entering numbers are a=1,b=2,c=3,d=4 b=3,c=4,d=-5 b=3,c=4,d=0
5 8463while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
1 3517i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.
4 8325i have client interview in TCS.client is CITI BANK.how to face it,what type of questions they will ask,please tell send me to kumar525job@gmail.com
14012write a c program to Create employee record by taking details like name, employee id, address and phone number. While taking the phone number, take either landline or mobile number. Ensure that the phone numbers of the employee are unique. Also display all the details
2 20768Post New TCS Interview Questions
Is postgresql a nosql database?
What is the potential disadvantage of using a sticky session?
What happens when the parent process of a child process exits before the child ?
Explain the wave patterns seen in an eeg scan.
How we can enable hooks in codeigniter?
How can I wrap text in excel?
What is the 'google click fraud'?
I have 2 files and I want to print the records which are common to both.
How complex jobs are implemented in datstage to improve performance?
What is the difference between type I and type ii error?
What are singleton services?
What is spring boot in java? : Spring Boot
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is a Task instance in Hadoop? Where does it run?1
What is the difference between the keywords var and let?