Can variables be declared anywhere in c?
No Answer is Posted For this Question
Be the First to Post Answer
a C prog to swap 2 no.s without using variables just an array?
Which is better oop or procedural?
What is static memory allocation? Explain
What is the explanation for cyclic nature of data types in c?
What is main () in c?
difference between i++* and *++i
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
How do you construct an increment statement or decrement statement in C?
Write a program using bitwise operators to invert even bits of a given number.
What is a static function in c?
how to write a c program to print list of fruits in alpabetical order?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?