how to print a statement in c without use of console statement ,with the help of if statement it should print
2 520520 apple 1 rupees(indian currency)1 orange 5 rupees and 1 lemon 1 rupee.i wan to buy 100 fruits(above mentioned)for 100 rupees. tell me how much quantity of apple orange and lemon will be buy for 100 rupees. this is serious qstn.help me plzz????????
15 91999Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 12067func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d !\n ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); }
1 10466Please send all the previous year question on SBI clerical post.My e-mail ID is crtn_arun@yahoo.com
2393can someone tell me how does preparedstatement works? its an interface and where is the implementation?
3 8460Can anyone suggest me how to write test cases for an application developed in image processing domain
1962Post New Satyam Interview Questions
What is hibernate in j2ee?
what is the purpose of slides tab?
Who really performed the first open heart surgery?
What does string intern do?
How do I set a primary key in access 2007?
Is storage unit activation mandatory ?
Explain in brief about histamine
How do you create an inspection method? An inspection method can be created in one plant can be used in other plant?
How do you assign responsibilities to employees in Siebel?
What is the difference between pages and posts on wordpress?
how to do user inputs and command line arguments in sas?
List some alternatives to mongodb?
What is difference between bean and pojo?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is the default execution method in java?