Const

Q1:
Point out the error in the program.
#include<stdio.h>
const char *fun();

int main()
{
    char *ptr = fun();
    return 0;
}
const char *fun()
{
    return 'Hello';
}

A Error: Lvalue required

B Error: cannot convert 'const char *' to 'char *'.

C No error and No output

D None of above

ANS:A - Error: Lvalue required

No answer description is available. Let's discuss.



img not found
img

For help Students Orientation
Mcqs Questions

One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.