Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between C and Embedded C?



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

Post New Answer

More C Interview Questions

What is an identifier?

0 Answers  


Explain void pointer?

0 Answers  


What are the key features of C?

6 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


What is the restrict keyword in C?

2 Answers  


Define the scope of static variables.

0 Answers  


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


Categories