Explain about block scope in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to store flag values in a program?
Explain what are the __date__ and __time__ preprocessor commands?
Why cann't whole array can be passed to function as value.
Differentiate between new and malloc(), delete and free() ?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What are the valid places to have keyword “break”?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
What should not contain a header file?
what type of language is C?
What are the basic data types associated with c?
How does placing some code lines between the comment symbol help in debugging the code?