July 5, 2021 in C and CPP To read and write an existing file without overwriting, the following mode is used Read More
July 5, 2021 in C and CPP What will be the output of the following code segment, if the function is called as larger(10, 20) Read More
July 5, 2021 in C and CPP Which of the following switch statement is not a valid statement to print “RED” if a character variable ‘color’ has the value ‘R’ or ‘r’ Read More
July 5, 2021 in C and CPP Write a ‘C’ function to split the list in several sub-lists depending on the number of digits representing the integers Read More
July 5, 2021 in C and CPP Define a self referential structure to represent a set of integer numbers in linked list form a) Define a self referential structure to represent a set of integer numbers in linked list form. Read More
July 5, 2021 in C and CPP Define a suitable data structure to store the information like student name, roll number, enrolment centre and marks of five different subjects Read More