how to print a statement in c without use of console statement ,with the help of if statement it should print
2 510220 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 91550Write 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 11971func(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 10345Please send all the previous year question on SBI clerical post.My e-mail ID is crtn_arun@yahoo.com
2356can someone tell me how does preparedstatement works? its an interface and where is the implementation?
3 8349Can anyone suggest me how to write test cases for an application developed in image processing domain
1925Post New Satyam Interview Questions
What is module with example?
Explain about angularjs value?
We created an appraisal template now I want to assign it with one employee or esg. How I can do this integration and where. What is the next step after this?
What is finally and finalize in java?
Why important is used in css?
What is the purpose of exploding in hive?
what is the abrevation for JJ in form jj
What is customer connection?
What is jms producer?
State the differences between the dispose() and finalize().
How to check column is exists or not in a table using laravel?
Is null c# operator?
Why do you want to join John Deere? What do you hope to gain?
how do we commission inergen system?
Define linked list and its features with signature?