I want tcs placement papers of 2004-2009 , its urgent
Post New Answer View All Answers
Write a program to check whether a number is prime or not using c?
Who developed c language and when?
Can we compile a program without main() function?
What do you mean by recursion in c?
How can I get back to the interactive keyboard if stdin is redirected?
What's the total generic pointer type?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the maximum no. of arguments that can be given in a command line in C.?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Explain 'bit masking'?
Explain how can you avoid including a header more than once?
What is the difference between if else and switchstatement
Why should I prototype a function?
What is static volatile in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.