what is c?

Answer Posted / ratnesh rai

c is a high level programing language

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

regarding pointers concept

1575


What are the 4 types of organizational structures?

625


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.

2269


How can you check to see whether a symbol is defined?

592


How can I read data from data files with particular formats?

605






7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2222


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

905


What is volatile keyword in c?

583


What is ponter?

774


What is the difference between exit() and _exit() function in c?

584


How do I swap bytes?

630


How does struct work in c?

611


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1498


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

648


write a program to print largest number of each row of a 2D array

1872