what is c
Answers were Sorted based on User's Feedback
Answer / daya shankar
The C and C++ programming languages are powerful mid-level
programming languages that were created as systems
programming languages. This means that the language allows
access to operating system functions. In addition the
language has the capability for easy access to hardware.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sunil s patil
C is one of the most widely used programming language of
all time and there are very few computer architectures for
which C compiler does not exit.
| Is This Answer Correct ? | 1 Yes | 2 No |
show how link list can be used to repersent the following polynomial i) 5x+2
What are qualifiers in c?
How do you sort filenames in a directory?
How the processor registers can be used in C ?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What is a stream water?
Find greatest number out of 10 number without using loop.
What is the use of getchar functions?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are the two types of functions in c?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Why can't I perform arithmetic on a void* pointer?