void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
3 30966main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
3 15174#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
6 19664Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 9218Post New ME C Interview Questions
How many sockets can a port have?
Sell me this object?
Explain the working of templates?
What is the difference between unenforced and enforced licence keys?
why we cant measure absolute entropy directly,but the change we can?
What is the very first thing you must specify in a solidity file?
Can you tell how to find the number of rows in a resultset using php?
How to provide login information for a new odbc dsn?
Explain what are the two main string operators?
How can hexavalent chromium be removed from aqueous waste streams?
What is isr? Can they be passed any parameter and can they return a value?
What kind of testing should we need to perform while testing Mobile web ?
In which book we can learn in detail of closing stock valuation. And if any site is available kindly help.
New html element?
Which daemon is used for scheduling of the commands?