What is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
how can u print a message without using any library function in c
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the use of gets and puts?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What is a class?
Explain how can you be sure that a program follows the ansi c standard?
What is c preprocessor mean?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
Explain goto?
write a c program to check weather a particluar bit is set or not?
What are the 5 types of inheritance in c ++?