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 |
what is an inline function?
Explain what is output redirection?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Is it possible to use curly brackets ({}) to enclose single line code in c program?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
How can you tell whether a program was compiled using c versus c++?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
What is action and transformation in spark?
code for copying two strings with out strcpy() function.
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Can you please explain the difference between strcpy() and memcpy() function?
Can the “if” function be used in comparing strings?