What is the argument of a function in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is a structural principle?
YBJBU6
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.
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
what is different between auto and local static? why should we use local static?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
how to write a bubble sort program without using temporary variable?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
In C, What is the #line used for?
what is printf
How do you list a file’s date and time?