What's the total generic pointer type?
No Answer is Posted For this Question
Be the First to Post Answer
what is Array?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
write a 'c' program to sum the number of integer values
a program that can input number of records and can view it again the record
What are comments and how do you insert it in a C program?
What are the keywords in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
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
What's a good way to check for "close enough" floating-point equality?
Write a program to print ASCII code for a given digit.
Who is the main contributor in designing the c language after dennis ritchie?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5