which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
7 23894I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
10204
show how link list can be used to repersent the following polynomial i) 5x+2
What is the purpose of type declarations?
Which type of language is c?
Is main is user defined function?
Does c have class?
What is the purpose of 'register' keyword?
Explain 'bus error'?
What are integer variable, floating-point variable and character variable?
What is #include stdio h?
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
List some applications of c programming language?
What are the advantages and disadvantages of c language?
Explain what are the different data types in c?
What is the size of enum in c?
Tell me when would you use a pointer to a function?