What are comments and how do you insert it in a C program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to comment out a section of code that contains comments?
Binary tree traversing
What is the use of parallelize in spark?
Explain logical errors? Compare with syntax errors.
Difference between C and Embedded C?
say the following declaration is correct nr not. int b=a,n=0;
Explain modulus operator.
Difference between fopen() and open()?
code for bubble sort?
Explain the priority queues?
#define d 10+10 main() { printf("%d",d*d); }
Is a pointer a kind of array?