in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / pratap
well, dats fine !!
But can ne1 tell me, is it possible to print sumthing widout
using any LIBRARY FUNCTION ??
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
How to define structures? ·
What are the __date__ and __time__ preprocessor commands?
What is calloc() function?
What is the difference between array_name and &array_name?
What is variable and explain rules to declare variable in c?
Why main function is special give two reasons?
Is it possible to have a function as a parameter in another function?
Linked lists -- can you tell me how to check whether a linked list is circular?
Write a program to reverse a given number in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is the use of bitwise operator?
What is signed and unsigned?
What is time complexity c?
What is the purpose of 'register' keyword in c language?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures