Why doesnt this code work?
No Answer is Posted For this Question
Be the First to Post Answer
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
How to write a multi-statement macro?
what is the advantage of software development
What is meant by gets in c?
say the following declaration is correct nr not. int b=a,n=0;
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Why isn't any of this standardized in c? Any real program has to do some of these things.
Can two or more operators such as and be combined in a single line of program code?
Should I learn c before c++?
Why doesn't C support function overloading?
where do we use volatile keyword?
why do we use pointer instead directly acessing the data?