Answer Posted / anil kumar nahak
void main()
{
printf("\"hai\"");
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is structure in c language?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Does c have an equivalent to pascals with statement?
What is 2c dna?
What is 1d array in c?
Why are algorithms important in c program?
What is the use of structure padding in c?
Are there any problems with performing mathematical operations on different variable types?
What are 3 types of structures?
What are volatile variables in c?
What do you mean by Recursion Function?
What is the process to generate random numbers in c programming language?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the value of h?