Can variables be declared anywhere in c?


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

Post New Answer

More C Interview Questions

Why cann't whole array can be passed to function as value.

1 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


Write a program to implement queue.

0 Answers   Aricent,






what is pointer ?

10 Answers   Kernex Micro Systems,


What is void pointers in c?

0 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


Write a program to generate random numbers in c?

0 Answers  


What is the -> in c?

0 Answers  


Categories