What is this pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use a macro or a function?
How to set file pointer to beginning c?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
Explain data types & how many data types supported by c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
void main() { int i=5; printf("%d",i++ + ++i); }
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is encapsulation?
what is void pointer?
whether itis a structured language?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none