What is printf () in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is default constructor?
write a c program to find biggest of 3 number without relational operator?
How does sizeof know array size?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Write a code of a general series where the next element is the sum of last k terms.
In a switch statement, what will happen if a break statement is omitted?
What are the 5 elements of structure?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
How can I send mail from within a c program?
Explain how do you determine whether to use a stream function or a low-level function?
What is an anonymous union and where to apply that ?
What is the size of enum in bytes?