Answer Posted / venkatachalam
printf("\"hai\"");
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of realloc()?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Why do we need a structure?
Why we not create function inside function.
What does s c mean on snapchat?
Explain the use of fflush() function?
Are local variables initialized to zero by default in c?
Explain what is the advantage of a random access file?
What is the use of function overloading in C?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is build process in c?
What are the different file extensions involved when programming in C?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is volatile variable in c with example?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34