Answer Posted / salini
for fractional values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Is c weakly typed?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is huge pointer in c?
what is the basis for selection of arrays or pointers as data structure in a program
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the purpose of macro in C language?
Write a program to show the change in position of a cursor using c
How many types of functions are there in c?
What is the equivalent code of the following statement in WHILE LOOP format?
What are data structures in c and how to use them?
What is dynamic dispatch in c++?
What is a pointer value and address in c?
What does do in c?
Write a program in c to replace any vowel in a string with z?