What are the values that can be taken by property white-space of css3?
What is database migration? And how to use it to add insert initial data to database?
What are the types of soql statements in salesforce? : salesforce integration
What is 'capital budget'?
What are the adavantages of gcd over nsthread?
Explain sanity testing?
How is saturn like earth?
What are 4 types of models?
Who regulated Capital Market?
What does kernel panic mean?
How can you quickly find the number of elements stored in a static array?
What is virtual directory in asp.net?
Tell me why did you choose this line of work as insurance sales? : insurance sales
What are the formulas in excel sheet?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none