Not all reserved words are written in lowercase. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
How can I open a file so that other programs can update it at the same time?
What is nested structure?
c program to add and delete an element from circular queue using array
Why isnt there a numbered, multi-level break statement to break out
When should structures be passed by values or by references?
Does c have an equivalent to pascals with statement?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
What is a structural principle?
Explain what is the difference between functions getch() and getche()?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How can you return multiple values from a function?