void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
3 31009main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
3 15224#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
6 19762Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 9261Post New ME C Interview Questions
How do I delete only certain cells in excel?
What is the purpose of a // operator?
Jspl question paper for freshers requirements chemical engineering diploma
Define absolute co-ordinates?
Do you know anyone who works with Meijer?
What are components life-cycles?
Which iodine compounds are used in antiseptics?
hi this is amit..please help me to out this problem Objective 8: Create Resources (Function libraries) Requirements: Create a new order with the Flight Reservation application. 33. Use the script created above. 34. Write a function using VBScript that will take a date as an input and add 10 to it. i.e. if the date is passed as “15/08/2008” then after adding 10 it should become as “25/08/2008” 35. Use this function to parameterize the step used to enter “Date of Flight” 36. Run the pack thanx & regards
What is the use of commit in db2?
What guidelines should be followed to help minimize deadlocks?
What are the steps to create new tax category?
What is UML Architecture?
EXPAND_________SCM
How do I find my windows 10 license key?
Why do we use cascade in hibernate?