Can variables be declared anywhere in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why cann't whole array can be passed to function as value.
char ch="{'H','I',0};printf("%s",ch);what is output
Write the test cases for checking a variable having value in range -10.0 to +10.0?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Write a program to implement queue.
what is pointer ?
10 Answers Kernex Micro Systems,
What is void pointers in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
SRUCTURE PROGRAMMING
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Write a program to generate random numbers in c?
What is the -> in c?