why arguments can generally be passed to functions
a) sending the values of the arguments
b) sending the addresses of the arguments
c) a & b
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How can I find the modification date and time of a file?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Is register a keyword in c?
Are the variables argc and argv are local to main?
what is the self-referential structure?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
What is macro?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
What are dangling pointers? How are dangling pointers different from memory leaks?