regarding the scope of the varibles;identify the incorrect
statement:
a.automatic variables are automatically initialised to 0
b.static variables are are automatically initialised to 0
c.the address of a register variable is not accessiable
d.static variables cannot be initialised with any expression
Answer Posted / guest
a
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What are different types of pointers?
What is a keyword?
What is the difference between typedef and #define?
What is modifier & how many types of modifiers available in c?
What is the stack in c?
Why doesnt long int work?
Write a program to reverse a given number in c?
Explain Function Pointer?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is the condition that is applied with ?: Operator?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Write a program of prime number using recursion.
What will be your course of action for a push operation?
write a program to find the given number is prime or not