What is the purpose of void in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers really good for, anyway?
Why Modern OS are interrupt driven?Give an example
Why should I use standard library functions instead of writing my own?
How to find a missed value, if you want to store 100 values in a 99 sized array?
what is self refrential structure
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
what do you mean by enumeration constant?
Is anything faster than c?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
Differentiate between the expression “++a” and “a++”?
how to execute with out main in cprogram
how to determine the complexity of an algorithm as log(n)