I want tcs placement papers of 2004-2009 , its urgent
Answer Posted / prashant bansal
ya, i want tcs papers
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can you restore a redirected standard stream?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
When should a type cast be used?
Why is not a pointer null after calling free?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is difference between structure and union in c?
Write a program to check prime number in c programming?
How do you write a program which produces its own source code as output?
Explain what will the preprocessor do for a program?
What is a c token and types of c tokens?
What does. int *x[](); means ?
Explain threaded binary trees?
If I have a char * variable pointing to the name of a function ..
What does != Mean in c?
Are pointers integer?