What is a macro in c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
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
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What is the difference between text and binary i/o?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Why is sizeof () an operator and not a function?
What should be keep precautions while using the recursion method?
What are the 4 types of programming language?
why ordinary variable store the later value not the initial
how the compiler treats any volatile variable?Explain with example.
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
how to make program without <> in libray.
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?