How do you use a 'Local Block'?
No Answer is Posted For this Question
Be the First to Post Answer
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is the difference between exit() and _exit()?
List the difference between a "copy constructor" and a "assignment operator"?
why integer range between -327680to+32767
code for replace tabs with equivalent number of blanks
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
What is a pragma?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Hi can anyone tell what is a start up code?
What is Lazy evaluation in C? Give an example.
What is preprocessor with example?