Answer Posted / udayakumar
local variables are the variables which are declared with in
a function and the scope of that variables are only within
that function.Global variables are the variables which are
declared globally.Since it is declared globally it can
accessible to all the functions inside the program...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between far and near in c?
If the size of int data type is two bytes, what is the range of signed int data type?
What is a const pointer?
What is d scanf?
Is multithreading possible in c?
What is gets() function?
using for loop sum 2 number of any 4 digit number in c language
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Can the “if” function be used in comparing strings?
What was noalias and what ever happened to it?
Can you pass an entire structure to functions?
What is a class c rental property?
Write a program to check prime number in c programming?
What is masking?
What is a substring in c?