Hi how many types of software editions are there and their
difference (like home editions, enterprise, standard etc)
can u please help me
No Answer is Posted For this Question
Be the First to Post Answer
Why can't we initialise member variable of a strucutre
main() { printf("hello%d",print("QUARK test?")); }
How do I get an accurate error status return from system on ms-dos?
Do you know what are bitwise shift operators in c programming?
write the program to find multiplication of 2-D matrix??????????
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
What is #define size in c?
What is the use of sizeof?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Why c is faster than c++?
Is null always equal to 0(zero)?
How can I automatically locate a programs configuration files in the same directory as the executable?