Answer Posted / gopinath.j
ANSI-American National Standards Institute
ISO-International standardization for organization
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the use of getchar() function?
When is the “void” keyword used in a function?
Can we change the value of constant variable in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are the different types of control structures in programming?
What are formal parameters?
What is adt in c programming?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Explain the array representation of a binary tree in C.
What language is lisp written in?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Why can’t we compare structures?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Why do we need functions in c?
How will you divide two numbers in a MACRO?