Answer Posted / shobana
variables in C can have not only data type but also storage
class that provides information about their location and
visibility. The storage class decides the portion of the
program within which the variables are recognized.
| Is This Answer Correct ? | 38 Yes | 7 No |
Post New Answer View All Answers
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain what is the benefit of using enum to declare a constant?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How can I direct output to the printer?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
In C programming, how do you insert quote characters (‘ and “) into the output screen?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How can a string be converted to a number?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Define and explain about ! Operator?
What is || operator and how does it function in a program?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
what are non standard function in c
Difference between Function to pointer and pointer to function
What does c in a circle mean?