void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
3 31152main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
3 15339#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
6 19992Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 9362Post New ME C Interview Questions
What is metadata in excel?
What is php artisan. List out some artisan commands?
What are the commonly found errors in embedded systems?
How is solution annealing carried out? Define what type of furnace is required? Does one need to be heat in a salt bath?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How to use the angular js $watch?
What is your greatest achievement so far?
what is shuttering co efficient?
What are the main types of tertiary structure?
What exactly is spring boot? : Spring Boot
What is repository info. Systems? : abap data dictionary
hi friends ,, i will give a small advice for all of ,, pls send genune answering don,t send half knowladge answers pls pls pls ....... i faced so many problms in interview pannels so pls pls
How to deal with the difficult customer?
Which cryptographic functions in php returns the longest hash value?
What is database replication? What are the different types of replication you can set up in sql server?