macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / sneha kumari
d.type declaration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
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
Does c have function or method?
I need a sort of an approximate strcmp routine?
When is a “switch” statement preferable over an “if” statement?
Explain what are its uses in c programming?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How can I find out how much free space is available on disk?
while initialization of array why we use a[][2] why not a[2][]...?
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.
Explain do array subscripts always start with zero?
How do you override a defined macro?
Are the outer parentheses in return statements really optional?
Where local variables are stored in c?