There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 28024How to reverse a string using a recursive function, without swapping or using an extra memory?
31 104474Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 40327main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
1 9017Post New Cisco C Interview Questions
Explain the path system of drupal?
what are the different strategies that are used for recruitment in the current trend and practically thinking why are they demanding experience at the entry level and how can they get experience as soon as the course is over ? What would be the expectation from the employers side in case of fresher or could not get an experience in the specific area?
How do you group tabs in excel?
What is a fund flow statement? Why should a business prepare it?
What is difference between dataset and datatable?
Is there a guarantee of uniqueness for entity beans?
Is html still used 2019?
You'll be sent to any part of the country for work…… will you be ok with that?
Explain the animate function.
How to calculate entry tax ??(In karnataka) Pls advice me complete computation details.
What are the different methods involved in generic servlet?
Why do we use dtd?
What is the use of 'this' pointer?
What portal resources can’t be separated for the virtual portal?
Can you inherit a constructor java?