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 |
difference between c and c++
Explain what is the purpose of "extern" keyword in a function declaration?
What is sizeof array?
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?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
write a program to fined second smallest and largest element in a given series of elements (without sorting)
What is call by value in c?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are data breakpoints?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Difference Between embedded software and soft ware?