What is the difference between c &c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why we not create function inside function.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
write an algorithm to display a square matrix.
Is that possible to store 32768 in an int data type variable?
What are static variables in c?
What is a const pointer, and how does it differ from a pointer to a const?
Explain indirection?
What are bitwise shift operators in c programming?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
The variables are int sum=10,SuM=20; these are same or different?
How will you allocate memory to double a pointer?