Can static variables be declared in a header file?
No Answer is Posted For this Question
Be the First to Post Answer
How are structure passing and returning implemented?
main() { printf("hello"); fork(); }
What is diffrance between declaration and defination of a variable or function
Can we compile a program without main() function?
what is const volatile?
What is the meaning When we write "#include" what is # and what does include does there???
C,c++, Java is all are structural oriented or procedure oriented language..?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
whitch value return void main?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
write a program for odd numbers?
What are # preprocessor operator in c?