July 7, 2021 in C and CPP Write a C program that displays the recommended actions depending on the color of a traffic light using the switch statement. Read More
July 7, 2021 in C and CPP Do you think C language support ‘pointer to function’? Explain it by any example? Read More
July 7, 2021 in C and CPP What is dangling pointer in C? What is wild pointer in C? Give example. Read More
July 7, 2021 in C and CPP Write a C program to find size of structure without using sizeof operator. Read More
July 7, 2021 in C and CPP Write a C program to find the square root of a given quadratic equation. Read More
July 7, 2021 in C and CPP Write a C program to print given number of terms of a Fibonacci series. Read More
July 7, 2021 in C and CPP Write a C program to read a line and print it reverse using recursive function. Read More