I want tcs placement papers of 2004-2009 , its urgent
Post New Answer View All Answers
Write programs for String Reversal & Palindrome check
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What 'lex' does?
What is a list in c?
Why can’t we compare structures?
What is static and volatile in c?
How are 16- and 32-bit numbers stored?
When should a far pointer be used?
What are the functions to open and close the file in c language?
What is a stream?
Describe the modifier in c?
Can we increase size of array in c?
What is return in c programming?
What is difference between arrays and pointers?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.