Is c++ based on c?
No Answer is Posted For this Question
Be the First to Post Answer
Why void is used in c?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
What is the usage of the pointer in c?
How can this be legal c?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
What is wrong with this code?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
write the program to find multiplication of 2-D matrix??????????
Why #include is used in c language?
What is f'n in math?
what is the difference between NULL & NUL keywords in C?