Answer Posted / hareram ray
#include<stdio.h>
int main(int argc,char *argv)
{
clrscr();
printf("%d");
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what do the 'c' and 'v' in argc and argv stand for?
What is the use of define in c?
Can we access array using pointer in c language?
Why structure is used in c?
What is a pointer and how it is initialized?
Why header files are used?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is the function of multilevel pointer in c?
What type of function is main ()?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
a value that does not change during program execution a) variabe b) argument c) parameter d) none
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
When do we get logical errors?
What are the advantages and disadvantages of a heap?