in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / pratap
well, dats fine !!
But can ne1 tell me, is it possible to print sumthing widout
using any LIBRARY FUNCTION ??
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
Who invented bcpl language?
Are the variables argc and argv are local to main?
What is spark map function?
By using C language input a date into it and if it is right?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Explain how can I write functions that take a variable number of arguments?
What is the purpose of realloc()?
What is the difference between printf and scanf )?
Why isnt any of this standardized in c?
what is the difference between class and unio?
Why doesn't C support function overloading?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is meant by type specifiers?
What does char * * argv mean in c?
Which header file is used for clrscr?