Explain the term printf() and scanf() used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
i have a written test for microland please give me test pattern
What are the c keywords?
What is the use of bit field?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What is the difference between i++ and i+1 ?(in terms of memory)
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
How can you determine the maximum value that a numeric variable can hold?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
How can I call a function, given its name as a string?
Difference between fopen() and open()?