Is c still used?
No Answer is Posted For this Question
Be the First to Post Answer
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
how to find the size of the data type like int,float without using the sizeof operator?
how do you programme Carrier Sense Multiple Access
How can I generate floating-point random numbers?
Explain pointer. What are function pointers in C?
What is queue in c?
logic for x=y^n
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
how to print 212 as Twohundreds twelve plz provide me ans soon
How was c created?
what is the use of pointers