Explain what is the best way to comment out a section of code that contains comments?
No Answer is Posted For this Question
Be the First to Post Answer
what is data structure.in linear and non linear data structures which one is better?Explain
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
what is c language?
without a terminator how can we print a message in a printf () function.
how would a 4*3 array A[4][3] stored in Row Major Order?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
Is there any demerits of using pointer?
Is there a built-in function in C that can be used for sorting data?
write a program that finds the factorial of a number using recursion?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
What is the difference between typeof(foo) and myFoo.GetType()?
Write a program that his output * *** *****