|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
SIGNATURE
DETAILS
Question: How a C program will execute(run) automatically even though you have not runned it?
Answer: by using functions eg: main() { sum(); } sum() { int i,j; printf("enter i,j values:"); scanf("%d%d",&i,&j); printf("%d",i+j); }
|
|
|
Category |
Signature Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6648 users |
Added on |
8/5/2015 |
Views |
65943 |
Rate it! |
|
|
Question:
How a C program will execute(run) automatically even though you have not runned it?
Answer:
by using functions eg: main() { sum(); } sum() { int i,j; printf("enter i,j values:"); scanf("%d%d",&i,&j); printf("%d",i+j); } Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What will be the output of the expression 11^5
|
View Answer
|
|
Which language should be learn for getting better job?
|
View Answer
|
|
Does XML Signature provide for non-repudiation?
|
View Answer
|
|
How to create a signature over some content at a URL such that can change the URL without breaking the signature?
|
View Answer
|
|
Suppose there are multiple elements in the same document. How do sign the elements plus the order in which the elements appeared in the document?
|
View Answer
|
|
How do combine XML document with a signature such that, in the resulting document, the signature signs the original document?
|
View Answer
|
|
How do sign a single data object with multiple keys?
|
View Answer
|
|
How do sign multiple data objects with the same signature?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Signature Interview Questions & Answers - Exam Mode /
Learning Mode
|