What does printf does?
No Answer is Posted For this Question
Be the First to Post Answer
Which is the best sort method for library management?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
Write the syntax and purpose of a switch statement in C.
what is data structure.in linear and non linear data structures which one is better?Explain
What is boolean in c?
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,
void main() { int a=1; while(a++<=1) while(a++<=2); }
Differentiate between null and void pointers.
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Do pointers take up memory?
What happens if a header file is included twice?