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
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is function in c with example?
What is the explanation for prototype function in c?
Do pointers need to be initialized?
Can we access the array using a pointer in c language?
What is the most efficient way to store flag values?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Explain why C language is procedural?
What does the file stdio.h contain?
What is function what are the types of function?
Why is python slower than c?
Write a factorial program using C.
Explain the difference between malloc() and calloc() in c?
Can two or more operators such as and be combined in a single line of program code?
What does p mean in physics?