Explain a pre-processor and its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
can anyone please tell about the nested interrupts?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the use of a static variable in c?
what is the differance between pass by reference and pass by value.
What are the 4 types of programming language?
what is data structure?
What are the types of bitwise operator?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What are dangling pointers? How are dangling pointers different from memory leaks?
What are pointers? What are different types of pointers?
how write a addtion of two single dimensional array using of pointer in c language?
What is uint8 in c?