Answer Posted / rehana
c is a basic language c programming means combined
programming its comes from BCPL(BASIC COMBINED PROGRAMMIN
LANGUAGE) its used to develope system and application
softwares.
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What does sizeof function do?
What is build process in c?
What are pointers in C? Give an example where to illustrate their significance.
Can the curly brackets { } be used to enclose a single line of code?
Define VARIABLE?
What's the best way of making my program efficient?
How can I read data from data files with particular formats?
What are the types of assignment statements?
Explain what are multibyte characters?
What is the explanation for modular programming?
What does the c preprocessor do?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are the rules for identifiers in c?
What is difference between arrays and pointers?