Explain the use of #pragma exit?
No Answer is Posted For this Question
Be the First to Post Answer
ATM machine and railway reservation class/object diagram
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
Is array a primitive data type in c?
What is the use of c language in real life?
Give me basis knowledge of c , c++...
What are the advantages of using linked list for tree construction?
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
where do we use volatile keyword?
What is wrong with this program statement?
related proverb of "dont count your chicken before it hatches"
What is the need of structure in c?