What is meaning of tree
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
What is #include stdio h and #include conio h?
how to use showbits function?
Why c is called procedure oriented language?
What is a newline escape sequence?
how to use virual function in real time example
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What is struct node in c?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,