a value that does not change during program execution

a) variabe

b) argument

c) parameter

d) none


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

Post New Answer

More C Interview Questions

How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


How can I convert integers to binary or hexadecimal?

2 Answers  


What is the difference between a function and a method in c?

0 Answers  


what is the difference between while and do while?

2 Answers  


i need all types of question paper releted to "c" and other language.

0 Answers  


How important is structure in life?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


what is function pointer?

2 Answers   Wipro,


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


Categories