the portion of a computer program within which the definition of the variable remains unchanged

a) mode

b) module

c) scope

d) none


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

can a union be self-referenced?

1 Answers  


What is calloc()?

0 Answers   Adobe,


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


What are the types of operators in c?

0 Answers  


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,






Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

0 Answers  


Why is c known as a mother language?

0 Answers  


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What does & mean in scanf?

0 Answers  


Do you know what is a programing language ?

0 Answers  


Categories