What is this pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
what is diognisis?
what are # pragma staments?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What is void main ()?
how can we use static and extern?and where can we use this?
please explain every phase in the "SDLC" in the dotnet.
Why c is known as a mother language?
write a program for the normal snake games find in most of the mobiles.
What are logical errors and how does it differ from syntax errors?
Why is c used in embedded systems?
Why doesnt this code work?