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 how do you determine a file’s attributes?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
WHAT IS HEADER?
write a c program to find the probability of random numbers between 1-1000
How can I find the modification date of a file?
How reliable are floating-point comparisons?
In a switch statement, what will happen if a break statement is omitted?
What is structure packing ?
Why do we use stdio h and conio h?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
If the static variable is declared as global, will it be same as extern?
how can I convert a string to a number?