write a addition of two no. program with out using
printf,scanf,puts .
Answer Posted / dally
#include<stdio.h>
int main()
{
int a=2,b=3,sum =0;
while(a--){
sum = sum+b;
puts(sum);
}
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
Can you add pointers together? Why would you?
Can math operations be performed on a void pointer?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is nested structure with example?
What are c header files?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is meant by realloc()?
What does stand for?
Is boolean a datatype in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Can we declare a function inside a function in c?
How can I swap two values without using a temporary?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
hi any body pls give me company name interview conduct "c" language only