A global variable when referred to in another file is declared as this
a) local variable
b) external variable
c) constant
d) pointers
What is the purpose of & in scanf?
what does exit() do?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
what is c
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
what is computer engg
Why use int main instead of void main?
Explain what is wrong with this program statement?
Differentiate between a structure and a union.
What is the use of typedef in c?
What is else if ladder?
Is c is a procedural language?