Can we declare variables anywhere in c?


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

Post New Answer

More C Interview Questions

What is key word in c language?

4 Answers   ABC,


define c

6 Answers   HCL, TCS,


What are the types of data types and explain?

0 Answers  


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


what is the difference between static variable and register variable?

3 Answers  






1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


Why is sizeof () an operator and not a function?

0 Answers  


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


What is define c?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


Categories