A global variable when referred to in another file is declared as this
a) local variable
b) external variable
c) constant
d) pointers
No Answer is Posted For this Question
Be the First to Post Answer
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is the best organizational structure?
What is wrong in this statement?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Do pointers need to be initialized?
Do string constants represent numerical values?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the easiest sorting method to use?
What does sizeof int return?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures