what is c?
Answers were Sorted based on User's Feedback
Answer / pazhani
C is one of the computer programming Languages
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Where are the auto variables stored?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How can I get back to the interactive keyboard if stdin is redirected?
main() { printf("hello%d",print("QUARK test?")); }
What is wild pointer in c with example?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
how to connect oracle in C/C++.
What are the __date__ and __time__ preprocessor commands?
What are integer variable, floating-point variable and character variable?
What does the message "automatic aggregate intialization is an ansi feature" mean?
write a program to find lcm and hcf of two numbers??