What does static variable mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between malloc calloc and realloc in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a c program to print the sizes and ranges of different data types in c?
Explain what is a program flowchart and explain how does it help in writing a program?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
what is diognisis?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
what is calloc and malloc?
i have a written test in tomorrow
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Why can't I perform arithmetic on a void* pointer?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?