Who had beaten up hooligan "CHAKULI" in his early college days?
Answer Posted / niladri.pradhan
This is not a valid question.Pls dont share these type of
questions.Be professional.Hope u will look after it afterwards.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you define a function?
What is a class c rental property?
What is dynamic memory allocation?
What is binary tree in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
why wipro wase
Explain how do you generate random numbers in c?
Tell me is null always defined as 0(zero)?
Difference between macros and inline functions? Can a function be forced as inline?
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
find the sum of two matrices and WAP for it.
What is the use of ?
What is getche() function?
Differentiate between ordinary variable and pointer in c.
What is function definition in c?