errors in computer programmes are called
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is variable in c with example?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
how to find that no is int or float?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What are the complete rules for header file searching?
C program to find all possible outcomes of a dice?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Why is sprintf unsafe?
Write the control statements in C language
Which is an example of a structural homology?