What is this pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
What are the usage of pointer in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What are variables and it what way is it different from constants?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What are enums in c?
Can we use any name in place of argv and argc as command line arguments?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Is it acceptable to declare/define a variable in a c header?
Explain what math functions are available for integers? For floating point?
Why we not create function inside function.
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Where is volatile variable stored?