Difference between C and Embedded C?
Answer / anitya
In C We can not address the Bit value.
In Embedded C we can Address the Bit value.
Is This Answer Correct ? | 3 Yes | 1 No |
When should we use pointers in a c program?
What are the application of void data type in c?
Explain function pointer with exapmles.
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
what is the structure?
What is the difference between malloc() and calloc()?
What is the difference b/w Structure & Union?
What will be your course of action for a push operation?
change to postfix a/(b+c*d-e)
Explain why can’t constant values be used to define an array’s initial size?
Is there any data type in c with variable size?
What are logical errors and how does it differ from syntax errors?