Why static variable is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why c++ is called c++ and not c+?
What is an identifier?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
What functions are used in dynamic memory allocation in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
What is const and volatile in c?
how can we print hellow world programme without using semicolon
While(1) { } when this loop get terminate is it a infinite loop?
please give code for this 1 2 4 7 11 16
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables