How can I discover how many arguments a function was actually called with?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
I want tcs placement papers of 2004-2009 , its urgent
How can a process change an environment variable in its caller?
Explain why c is faster than c++?
c program to subtract between two numbers without using '-' sign and subtract function.
What are variables and it what way is it different from constants?
Explain how do you sort filenames in a directory?
What is the difference between i++ and i+1 ?(in terms of memory)
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
What is const volatile variable in c?