how can we use static and extern?and where can we use this?
Answer Posted / manojkumar
the above answer is write.thanks to vignesh.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Why we use stdio h in c?
What is #error and use of it?
Is c++ based on c?
What are operators in c?
Is that possible to store 32768 in an int data type variable?
What is 1f in c?
What is main return c?
What is meant by int main ()?
Is it possible to pass an entire structure to functions?
What is a sequential access file?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Why doesnt this code work?
What is typedef struct in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto