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
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is omp_num_threads?
What does char * * argv mean in c?
Write programs for String Reversal & Palindrome check
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the scope of static variable in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
using for loop sum 2 number of any 4 digit number in c language
What are the main characteristics of c language describe the structure of ac program?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is equivalent to ++i+++j?
Are the expressions * ptr ++ and ++ * ptr same?
What is a static function in c?
Explain Basic concepts of C language?
difference between Low, Middle, High Level languages in c ?