What is && in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
a value that does not change during program execution a) variabe b) argument c) parameter d) none
which types of data structure will i use to convert infix to post fix???
How do I round numbers?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What is the benefit of using #define to declare a constant?
How can I write functions that take a variable number of arguments?
Tell me is null always defined as 0(zero)?
Why flag is used in c?
Explain what is the stack?
What are structure types in C?
How to establish connection with oracle database software from c language?
Explain the difference between fopen() and freopen().