Is stack a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is it cc or c in a letter?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What is a void pointer in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Write a function in c to find the area of a triangle whose length of three sides is given.
What are the features of c language?
How do you prevent buffer overflows in C?
any string of bits of length 'n' represents a unique non- negative integer between.............?
given post order,in order construct the corresponding binary tree
Explain the process of converting a Tree into a Binary Tree.
Why functions are used in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?