Answer Posted / sharath
what do you think as you oppposed the answer
can you please explain it
please..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does c have an equivalent to pascals with statement?
What functions are in conio h?
how is the examination pattern?
Is the exit() function same as the return statement? Explain.
Why is sizeof () an operator and not a function?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is variables in c?
Difference between constant pointer and pointer to a constant.
Explain what are the advantages and disadvantages of a heap?
What is scope rule in c?
Explain what happens if you free a pointer twice?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain pointers in c programming?
Tell us something about keyword 'auto'.