What does p mean in physics?
No Answer is Posted For this Question
Be the First to Post Answer
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
List a few unconditional control statement in c.
What is uint8 in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the Lvalue and Rvalue?
What is the use of ?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
How are strings stored in c?
HOW TO SWAP TWO NOS IN ONE STEP?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?