How many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in C to swap two variables
count the numbers between 100 and 300, that star with 2 and ends with 2
What is the purpose of sprintf() function?
Does c have circular shift operators?
What is structure packing ?
Who invented bcpl language?
Write a program to compute the following 1!+2!+...n!
Write a code of a general series where the next element is the sum of last k terms.
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
Example of friendly function in c++
What is sorting in c plus plus?