The total expense of a boarding house are partly fixed and partly variable with the number of boarders. The charge is Rs.70 per head when there are 25 boarders and Rs.60 when there are 50 boarders. Find the charge per head when there are 100 boarders?
3 11073Post New SJT Interview Questions
Define about declare construct?
How to generate pretty urls in laravel?
Enlist few tools used to test web services?
As a good company employee, can you report your supervisor to the company management if he or she is going against the company interest in his or her actions?
What is the difference between transaction table and setup tables?
State the difference between an operational datastage and a data warehouse?
How do you use the char function in excel?
Does server 2019 have a gui?
Battery is a voltage source? give one example of current source and why?
what is the use of extension functions in Kotlin?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
If try block is successfully executed, Then Is Finally block executed?
What are the challenges in applying AI to healthcare?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Is 4gb ram enough for windows 10?