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 |
Explain how do you determine the length of a string value that was stored in a variable?
What is the heap?
Is main is a keyword in c?
What do you mean by Recursion Function?
Explain what is a const pointer?
What is union and structure in c?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
what is c
How can I access memory located at a certain address?
What is difference between scanf and gets?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
HOW TO HANDLE EXCEPTIONS IN C