How do you use a 'Local Block'?
No Answer is Posted For this Question
Be the First to Post Answer
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
how to find binary of number?
what is the difference between procedure oriented and object oriented progaming language
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is a list in c?
Why c is called procedure oriented language?
Explain why C language is procedural?
what are bitwise shift operators?
What is a dynamic array in c?
What are .h files and what should I put in them?