July 5, 2021 in C and CPP What is the missing statement in the following function which copies string x into string y Read More
July 5, 2021 in C and CPP It is said that “C is a middle level language and is good for system level programming.” Read More
July 5, 2021 in C and CPP Draw a flowchart and then write a C program to enter the roll number Read More
July 5, 2021 in C and CPP Develop a flowchart and logic to implement the stack data structure using link list Read More
July 5, 2021 in C and CPP Explain the difference between parameter passing mechanism “Call by value” and “Call by reference”. Read More
July 5, 2021 in C and CPP Develop a flowchart and then write a C program to find the occurrence (single or multiple) of a substring in a given string. Read More
July 5, 2021 in C and CPP Write an algorithm and then develop a program to evaluate the roots of a quadratic equation. Read More