Which of the following about automatic variables within a
function is correct ?
a.its type must be declared before using the variable
b.they are local
c.they are not initialised to zero
d.they are global.
Post New Answer View All Answers
What is the difference between a string and an array?
What is a char c?
What is the advantage of using #define to declare a constant?
What are the types of type qualifiers in c?
In a header file whether functions are declared or defined?
What is structure pointer in c?
What is difference between union and structure in c?
When should a type cast be used?
What is the difference between pure virtual function and virtual function?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
If errno contains a nonzero number, is there an error?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Describe the difference between = and == symbols in c programming?
Do array subscripts always start with zero?
State the difference between x3 and x[3].