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 |
what are the advantages & disadvantages of unions?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
What does s c mean on snapchat?
Explain Function Pointer?
What is meant by gets in c?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
Can we include one C program into another C program if yes how?
Write a program that can show the multiplication table.
What is restrict keyword in c?
write a code for large nos multilication (upto 200 digits)
What is the difference between text and binary modes?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?