in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / chandrasekhar kar
yes u can use PRINTK , which doesn't need c library also.
But this answer is specific to linux.
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How reliable are floating-point comparisons?
Can we change the value of #define in c?
How can I discover how many arguments a function was actually called with?
What should malloc(0) do?
Explain what does the format %10.2 mean when included in a printf statement?
Calculate 1*2*3*____*n using recursive function??
What are types of preprocessor in c?
Why header file is used in c?
What is the use of a conditional inclusion statement in C?
How can I implement a delay, or time a users response, with sub-second resolution?
What is clrscr in c?
What is the purpose of sprintf() function?
Do you know what are bitwise shift operators in c programming?
What is this infamous null pointer, anyway?
What does a function declared as pascal do differently?