Question
#include
main()
{
register i=5;
char j[]= "hello";
printf("%s %d",j,i);
}

Answers

Answer:
hello 5
Explanation:
if you declare i as register compiler will treat it as ordinary integer and it will take integer value. i value may be stored either in register or in memory.   Your Comment






Search
Can you Answer!!
  • Q Which has English as its official language
  • Q How do you clear a GUI map files?
  • Q What other hash functions are there?
  • Q After run depreciation i have forget calculate depreciation of one asset then how to calculate depreciation of that asset?
  • Q Who use the business rules engine?
  • Q What will a read() function do?.
  • Q In which following is a sweetest sugar–
  • Q What are the functions of internal audit?
  • Q What is the method of calling standard interface program from pl/sql or sql code?
  • Q How to set the reading order for paragraphs in a document?
  • Q How can i configure the workflow so that when the deadline is missed the workflow step is simply skipped?