Difference between pass by reference and pass by value?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
What are external variables in c?
c program to print a name without using semicolon
What is LINKED LIST? How can you access the last element in a linked list?
How would you obtain the current time and difference between two times?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Where in memory are my variables stored?
What is sizeof int in c?
What are types of structure?
Write a program to check whether a number is prime or not using c?
Write code for finding depth of tree
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