Can we declare variables anywhere in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is void main () in c?
please explain every phase in the "SDLC" in the dotnet.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
code for selection sort?
What is a node in c?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
why you will give me a job in TCS.
Why do we use c for the speed of light?
What is the difference between a function and a method in c?
write a C program to print the program itself ?!
char *p="name"; printf(p);