Difference between Function to pointer and pointer to function
No Answer is Posted For this Question
Be the First to Post Answer
Is that possible to store 32768 in an int data type variable?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
find the sum of two matrices and WAP for it.
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
What is the difference between macros and inline functions?
What is an example of enumeration?
What are the 4 data types?
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 what happens if you free a pointer twice?
how to introdu5ce my self in serco
what is the difference between c and java?
what is data structure