Explain the difference between call by value and call by reference in c language?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
Are the variables argc and argv are local to main?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
What the advantages of using Unions?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
How can I open files mentioned on the command line, and parse option flags?
What is the scope of global variable in c?
Write a program to reverse a linked list in c.
Who developed c language?
Tell me is null always defined as 0(zero)?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
What is difference between static and global variable in c?