Define C in your own Language.
No Answer is Posted For this Question
Be the First to Post Answer
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
wite a programme in c to linear search a data using flag and without using flags?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What are the average number of comparisons required to sort 3 elements?
What are the valid places to have keyword “break”?
Can math operations be performed on a void pointer?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
who did come first hen or agg
What is #include cctype?
Tell me the use of bit field in c language?
what is the difference between strcpy() and memcpy() function?
4. main() { int c=- -2; printf("c=%d",c); }