LikeC Programmer
20/06/2020
How cool is it to have favorite social media and shopping sites in your finger tip! This is built only for *DESKTOP* browsers. Use Chrome for best experience!! Happy browsing..!!!
One Link For Top Websites One Point Solution To Link All Sites
What is the output of the following assuming that the size of int is 4 bytes???!!!! Comment your answer.
using namespace std;
class abc {
void f();
void g();
int x;
};
main()
{
cout
Can you guess the output of below snippet.
void main(){
int i=10;
static int x=i;
if(x==i)
printf("Equal");
else if(x>i)
printf("Greater than");
else
printf("Less than");
}
Answer : Compilation Error
Static variables are load time entity while Auto variables are run time entity. We can not initialize any load time variable by the run time variable.
In this example i is run time variable while x is load time variable.
20/05/2018
😂😂
19/02/2017
Click here to claim your Sponsored Listing.
Category
Contact the business
Telephone
Address
10 BLOCK 5 BEML LAYOUT SRIRAMPURA 2ND STAGE
Mysore
570023