What is the use of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of type specifiers?
what is the function of void main()?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Is there any book to know about Basics of C Language?
Explain what is a const pointer?
Why do we use main function?
array of pointer pointer to array pointer to pointer
How can I convert integers to binary or hexadecimal?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
what is a void pointer?
how to use virual function in real time example
is assignment operator is arithmatic or not