LikeC Programmer

LikeC Programmer

Share

One Link For Top Websites 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

15/12/2018

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

13/12/2018

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

😂😂

Photos 19/02/2017
Want your business to be the top-listed Computer & Electronics Service in Mysore?
Click here to claim your Sponsored Listing.

Telephone

Address


10 BLOCK 5 BEML LAYOUT SRIRAMPURA 2ND STAGE
Mysore
570023