what is the use of c program?
Answers were Sorted based on User's Feedback
Answer / abhi tiger
to build software applications and also provide services.
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / shubham singh
This is a tool by which computer can understand our
language in binary language.
| Is This Answer Correct ? | 4 Yes | 1 No |
write a program without using main function?
SRUCTURE PROGRAMMING
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What does %c do in c?
explain memory layout of a C program
Mention four important string handling functions in c languages .
Write a program which returns the first non repetitive character in the string?
c program to manipulate x=1!+2!+3!+...+n! using recursion
What is a char c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none