What are the types of macro formats?
No Answer is Posted For this Question
Be the First to Post Answer
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 different types of control structures?
What is string in c language?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What is the difference between c &c++?
What header files do I need in order to define the standard library functions I use?
What is 02d in c?
1 232 34543 4567654 can anyone tell me how to slove this c question
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Explain how do you declare an array that will hold more than 64kb of data?
What are data structures in c and how to use them?