Why is malloc used?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
How can I find the modification date and time of a file?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
What is volatile variable how do you declare it?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
how to devloped c lenguege?
how to determine the complexity of an algorithm as log(n)
marge linklist
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is the most efficient way to count the number of bits which are set in an integer?
What are the two types of structure?