Knowee
Questions
Features
Study Tools

Select the correct answerAnalyse the code and choose the right option.#include <stdio.h>int main(){  extern int A;  printf("%d",A);  return 0;}A=550;OptionsThe code will print 0The code will print 550The code will give error undefined reference to variable A.The code will print garbage value

Question

Select the correct answerAnalyse the code and choose the right option.#include <stdio.h>int main(){  extern int A;  printf("%d",A);  return 0;}A=550;OptionsThe code will print 0The code will print 550The code will give error undefined reference to variable A.The code will print garbage value

🧐 Not the exact question you are looking for?Go ask a question

Solution

The code will give error undefined reference to variable A.

Similar Questions

Select the correct answerWhich of the following is an invalid variable?Options1code_tantra_codecode_tantra_1

You need to code your program using the appropriate programming language before creating the logic.Group of answer choicesTrueFalse

Select the correct answerLiterals in java must be appended by which of these?OptionsILDL and I

Select the correct answerWhat will be the output of the following Python code?>>>ct1="codetantra">>>ct1[:3]>>>Optionscododetacodetantrade

Select the correct answerCan “abstract” keyword be used with constructor, Initialization Block, Instance Initialization and Static Initialization Block.OptionsNoYesCant Say

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.