What are external variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
can any one provide me the notes of data structure for ignou cs-62 paper
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Do character constants represent numerical values?
What is c language and why we use it?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
What is the explanation for modular programming?
what is the mean of c languages.
What is function definition in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
hi any body pls give me company name interview conduct "c" language only
What are the different flags in C? And how they are useful? And give example for each in different consequences?
how to add numbers without using arithmetic operators.