what is different between auto and local static? why should we use local static?
No Answer is Posted For this Question
Be the First to Post Answer
Is r written in c?
How does normalization of huge pointer works?
Why do we need a structure?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
How to write a program to receive an integer & find its octal equivalent by using for loop?
explain what is fifo?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is the scope of an external variable in c?
Are there namespaces in c?
What are the 5 data types?
Explain bitwise shift operators?
write a program to compare 2 numbers without using logical operators?