Answer Posted / vidhya lakshmi d
#include<stdio.h>
void main()
{
printf("\"hai\"");
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is pointer initialized in c?
How do we declare variables in c?
What is void c?
What are pointers?
Differentiate between Macro and ordinary definition.
if p is a string contained in a string?
code for replace tabs with equivalent number of blanks
What is variables in c?
Why c is called free form language?
Is multithreading possible in c?
what is event driven software and what is procedural driven software?
How can I delete a file?
Write the syntax and purpose of a switch statement in C.
Can we declare a function inside a function in c?
How can I prevent another program from modifying part of a file that I am modifying?