I want tcs placement papers of 2004-2009 , its urgent
Answers were Sorted based on User's Feedback
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
What are the main characteristics of c language describe the structure of ac program?
how to find a 5th bit is set in c program
Q. where is the below variables stored ? - volatile, static, register
Write a program to know whether the input number is an armstrong number.
Can a void pointer point to a function?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
What is the difference between local variable and global variable in c?
What is a stream in c programming?
What ios diff. Between %e & %f?
Define function pointers?
What is a union?