void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
3 30798main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
3 15043#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
6 19436Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 9102Post New ME C Interview Questions
What are acounting Pi electron's?
Basic methods for opening a popup window using javascript?
Explain how do you use glyphicons in bootstrap?
What are the advantages of inversion of control?
Explain redo statement in Ruby?
What are the items that are to be debited in accounting and what are the items that are to be credited in accounting?
What is an old style font?
Explain the difference between 'between' & 'and' operators in sql
do you know anyone who works with videocon?
Explain the before an audit processes?
How do I verify data in excel?
What is the usage of DelegatingHandler?
Explain command to view process running?
What is the jdbc configurations ?
Suppose that American Express has 1 million card members along with their transaction details. They also have 10,000 restaurants and 1000 food coupons. Suggest a method which can be used to pass the food coupons to users given that some users have already received the food coupons so far.