Answer Posted / deepika shinde
In bit field we use :
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is return in c programming?
What is preprocessor with example?
What is function pointer c?
What type of function is main ()?
How can I write functions that take a variable number of arguments?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What does the error 'Null Pointer Assignment' mean and what causes this error?
Write a progarm to find the length of string using switch case?
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
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain what is the concatenation operator?
What is the general form of function in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above