I want tcs placement papers of 2004-2009 , its urgent
Answers were Sorted based on User's Feedback
why java is called as a purely oops language.
What are terms in math?
write a program to display the numbers having digit 9 in the given range from 1 to 100
how will you write a program on linked lists using JAVA programming???????????
What is the role of && operator in a program code?
What are local variables c?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
What is calloc in c?
write an interactive program to generate the divisors of a given integer.
what are the 10 different models of writing an addition program in C language?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?