Answer Posted / shabeer v c
#include<stdio.h>
#include<conio.h>
void main()
{
printf(" \"hai");
printf(" \" ");
getch();
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
write a program to rearrange the array such way that all even elements should come first and next come odd
What is restrict keyword in c?
what is use of malloc and calloc?
What is strcpy() function?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What are the advantages of using new operator as compared to the function malloc ()?
What is difference between array and structure in c?
What is the use of the function in c?
What are high level languages like C and FORTRAN also known as?
What is the difference between malloc() and calloc()?
Is it cc or c in a letter?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
write a program to generate address labels using structures?
Why can’t constant values be used to define an array’s initial size?
What are header files in c programming?