Can we initialize extern variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a static function?
declare afunction pointer to int printf(char *)?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are 'near' and 'far' pointers?
What is a scope resolution operator in c?
Do you know pointer in c?
what are the various memory handling mechanisms in C ?
What is Memory leakage ?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
how to use virual function in real time example
Write a function in c to find the area of a triangle whose length of three sides is given.