What are the types of data types and explain?
No Answer is Posted For this Question
Be the First to Post Answer
What is #line used for?
What is wrong with this program statement? void = 10;
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
when to use : in c program?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Explain how can type-insensitive macros be created?
Compare interpreters and compilers.
Explain what is the difference between far and near ?
Tell me the use of bit field in c language?
Program to find the sum of digits of a given number until the sum becomes a single digit
What are logical errors and how does it differ from syntax errors?
What is meant by int main ()?