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
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What are the types of type qualifiers in c?
What is an identifier?
Explain the difference between ++u and u++?
can we change the default calling convention in c if yes than how.........?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can I invoke another program or command and trap its output?
Can we declare variable anywhere in c?
How do you determine whether to use a stream function or a low-level function?
What are the types of variables in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Why is c called c?