what do you mean by defining a variable in our c code?

Answer Posted / nikhil saxena

We only declare & initialize the variables in our code but
we never define them.

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in iso what are the common technological language?

1633


write a c program for swapping two strings using pointer

2094


What is NULL pointer?

675


How #define works?

616


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

699






Calculate 1*2*3*____*n using recursive function??

1517


Difference between exit() and _exit() function?

655


What is wrong with this statement? Myname = 'robin';

816


Explain how do you use a pointer to a function?

640


Explain how can I right-justify a string?

625


What is a program flowchart and how does it help in writing a program?

662


What was noalias and what ever happened to it?

592


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

647


Define circular linked list.

571


What functions are in conio h?

658