the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Write code for finding depth of tree
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
sum of two integers values only other then integer it should print invalid input.
What is getche() function?
related proverb of "dont count your chicken before it hatches"
How many types of arrays are there in c?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
How can I find out how much memory is available?
What is a macro?
write a programe to find the factorial of given number using recursion
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised