What is 1d array in c?
No Answer is Posted For this Question
Be the First to Post Answer
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
Is void a keyword in c?
What is s or c?
What are static functions?
What is page thrashing?
Why is event driven programming or procedural programming, better within specific scenario?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is function what are the types of function?
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
Read two numbers from keyboard and find maximum of them?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Explain setjmp()?