What is difference between scanf and gets?
No Answer is Posted For this Question
Be the First to Post Answer
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
explain what are actual arguments?
What are the features of c languages?
can we write a program in c for printf and scanf without using header file stdio.h
what is the diff b/w static and non static variables in C. Give some examples plz.
What is the meaning When we write "#include" what is # and what does include does there???
What is meant by gets in c?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
how i m write c program 1.check prime number 2.prime number series
Can we access the array using a pointer in c language?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }