Answer Posted / diwakar prasad singh
#include<stdio.h>
main()
{
printf("hello");
}
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Why c is called free form language?
What kind of structure is a house?
Write a program that accept anumber in words
What is the use of putchar function?
Explain what is meant by high-order and low-order bytes?
ATM machine and railway reservation class/object diagram
Why do we need a structure?
What is the use of gets and puts?
Why doesn't C support function overloading?
What is the hardest programming language?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Why c is a procedural language?
In c programming language, how many parameters can be passed to a function ?
Can you subtract pointers from each other? Why would you?