What is the purpose of sprintf?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
Where we use clrscr in c?
What are loops in c?
What is the use of the sizeof operator?
What is the g value paradox?
What is the correct code to have following output in c using nested for loop?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is %s and %d in c?
Tell me can the size of an array be declared at runtime?
how is the examination pattern?