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 |
to get a line of text and count the number of vowels in it
what is the maximum limit of row and column of a matrix in c programming. in linux .
What is a pointer value and address in c?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Are the variables argc and argv are always local to main?
how can we print hellow world programme without using semicolon
How will you delete a node in DLL?
can any one tel me wt is the question pattern for NIC exam
advantages of pointers?
What is the mean of this statement:: if(int i=0 * i=9)
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
Can two or more operators such as and be combined in a single line of program code?