what is the difference between embedded c and turbo c ?
Answer / aravind
Embedded C has Integrated Development Environment(IDE) and additional predefined functions and other standard libraries including C.
| Is This Answer Correct ? | 3 Yes | 3 No |
what is c programming?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
c program to arrange digits in a no in ascending and descending order
how to count no of words,characters,lines in a paragraph.
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
Why the use of alloca() is discouraged?
How can I use a preprocessorif expression to ?
what is an array