Answer Posted / phani kumar satpathi
yes they will support multiple arguements
they are the short forms for activate some internal
functions
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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"
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
can we have joblib in a proc ?
What is the collection of communication lines and routers called?
What is the importance of c in your views?
What is calloc() function?
What are the primitive data types in c?
What are different types of variables in c?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
How can I change the size of the dynamically allocated array?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
how do you execute a c program in unix.
Is fortran still used in 2018?
What is identifiers in c with examples?
How to explain the final year project as a fresher please answer with sample project