What are the disadvantages of a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
How can you increase the size of a statically allocated array?
what is void pointer?
What is structure and union in c?
in linking some of os executables are linking name some of them
What is structure padding in c?
What is wild pointer in c with example?
Q-1: 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.
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.
wap to print "hello world" without using the main function.
What is difference between function overloading and operator overloading?
When do we get logical errors?