A program to allow an input operand and operator from the operator and read on the display and output operand.
No Answer is Posted For this Question
Be the First to Post Answer
Write a programe print the sum of series 0,1,2,.....10
Can we include one C program into another C program if yes how?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
what is the use of ‘auto’ keyword?
what is the use of fflush() function?
What is the use of pragma in embedded c?
Is malloc memset faster than calloc?
number of times a digit is present in a number
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What is the benefit of using #define to declare a constant?
What is the process of writing the null pointer?
what is call by value and call by reference