Answer Posted / praphulla
It automatically passes values to declared varibles.
ex: enum{red,green,blue}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Linked lists -- can you tell me how to check whether a linked list is circular?
Is fortran faster than c?
What is #line used for?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
How can I generate floating-point random numbers?
What is extern variable in c with example?
What is the use of structure padding in c?
What is a stream?
What is c variable?
Write a program to print fibonacci series without using recursion?
How can I implement a delay, or time a users response, with sub-second resolution?
Explain union.
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
How many types of arrays are there in c?
Not all reserved words are written in lowercase. TRUE or FALSE?