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 |
. Explain the differences between fork() and exec() in C
Explain what are compound statements?
What is the difference between formatted&unformatted i/o functions?
write a program to copy a string without using a string?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
how 2 compile & execute c program with out using editor?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How to write a code for reverse of string without using string functions?
What are the three constants used in c?
What do you mean by recursion in c?
define switch statement?
What is %g in c?