Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Type atleast 3 characters
Popular Searches
Trending Pages
Notifications Mark All Read
No New notification
AMCAT Menu9>
PREPINSTA PRIME
Get Hiring Updates right in your inbox from PrepInsta
Question 1
float PI = 3.14
double PI = 3.14
#define PI = 3.14
Int PI = 3.14
Start
Question 2
Register
Auto
Extern
Static
Question 3
It won't give its caller anything back.
It will give its caller something of value.
May or may not be dependent on the function's specified return type; the provided parameters differ from the return type of the function.
It will return a result.
Question 4
Sequence logic
Selection logic
Iteration logic
Looping logic
Question 5
linker
compiler
loader
executer
Question 6
Pointers store the address of a variable, whereas references serve as an alias for a variable.
Pointers and references are comparable.
A pointer points to a variable, whereas a reference holds the address of a variable.
While references maintain a variable's address, pointers serve as an alias for a variable.
Question 7
Compiler
Translator
Both a and b
None of the option
Question 8
attributes
data type
links
Data objection
Question 9
9
8
10
15
Question 10
Stack underflow
Stack Overflow
Empty Stack
None
Please login to report