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
July 5, 2021 in C and CPP Explain the difference between an array, structure and an enumerated data type. b) Explain the difference between an array, structure and an enumerated data type. Read More
July 5, 2021 in C and CPP The value of variable x after executing the following code will be: Read More
July 5, 2021 in C and CPP size of operator returns the size in bytes of 1.9 size of operator returns the size in bytes ofA) identifierB) typeC) identifier or typeD) array Read More
July 5, 2021 in C and CPP Which format specification is used in printf statement to print hexadecimal format Read More