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 |
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
how to find that no is int or float?
What is int main () in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is c language used for?
What is wild pointer in c with example?
Which sorting algorithm is the best?
Explain the difference between strcpy() and memcpy() function?
What is difference between array and structure in c?
What does main () mean in c?
regarding pointers concept