Answer Posted / pravin
bugs.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What does %d do in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How can I read in an object file and jump to locations in it?
What is console in c language?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How do you list files in a directory?
What is the use of sizeof?
Tell me can the size of an array be declared at runtime?
What is difference between structure and union in c programming?
What are categories used for in c?
how to construct a simulator keeping the logical boolean gates in c
all c language question
What is restrict keyword in c?
Distinguish between actual and formal arguments.