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 programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is a program flowchart and explain how does it help in writing a program?
What are the general description for loop statement and available loop types in c?
Explain what happens if you free a pointer twice?
Can you write the algorithm for Queue?
What does %d do in c?
What is a newline escape sequence?
What is far pointer in c?
I have a varargs function which accepts a float parameter?
can we have joblib in a proc ?
What is advantage of pointer in c?
what is a constant pointer in C
Explain why can’t constant values be used to define an array’s initial size?
Why we write conio h in c?