in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain what is a 'locale'?
ASCII stands for
How does free() know explain how much memory to release?
What is the difference between null pointer and wild pointer?
What is page thrashing?
What is use of #include in c?
How does normalization of huge pointer works?
which will be first in c compiling ,linking or compiling ,debugging.
what do you mean by defining a variable in our c code?
what is C?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
int far *near * p; means