what is the use of c program?

Answers were Sorted based on User's Feedback



what is the use of c program?..

Answer / abhi tiger

to build software applications and also provide services.

Is This Answer Correct ?    23 Yes 1 No

what is the use of c program?..

Answer / guest

it is use for make a softwares

Is This Answer Correct ?    13 Yes 5 No

what is the use of c program?..

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

what is the use of c program?..

Answer /

C language is also a portable application language

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More C Interview Questions

What do you mean by scope of a variable in c?

0 Answers  


Explain what is dynamic data structure?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


how to add our own function in c library please give details.?

1 Answers   TCS,






Why does this code crash?

0 Answers  


Why void main is used in c?

0 Answers  


Explain union.

0 Answers  


In which language linux is written?

0 Answers  


What is a protocol in c?

0 Answers  


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

0 Answers  


Categories