Is c++ based on c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you list files in a directory?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Find occurence of a character in a sting.
An array name contains base address of the array. Can we change the base address of the array?
What is the difference between a free-standing and a hosted environment?
What are shell structures used for?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
is it possible to change the default calling convention in c ?
What is a macro?
What is double pointer?
how to copy a string without using c function
write a c program to find biggest of 3 number without relational operator?