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.

Answer Posted / rajan singh

b. is right answer

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can you tell whether a program was compiled using c versus c++?

582


Describe dynamic data structure in c programming language?

610


How do I copy files?

627


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1882


What is floating point constants?

695






In c language can we compile a program without main() function?

584


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2177


What is the difference between new and malloc functions?

584


What is the role of this pointer?

555


There seem to be a few missing operators ..

622


Explain threaded binary trees?

684


Explain the difference between the local variable and global variable in c?

606


How are pointers declared in c?

603


Is exit(status) truly equivalent to returning the same status from main?

589


what are # pragma staments?

1634