What are identifiers and keywords in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is a constant?
How to add two numbers with using function?
Is stack a keyword in c?
How can you avoid including a header more than once?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
why we are using semicolon at the end of printh statment
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Tell us bitwise shift operators?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
List the difference between a While & Do While loops?
How can a program be made to print the name of a source file where an error occurs?