what is the hardware model of CFG( context free grammar)
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between %d and %i?
why program counter is 16 bit?
Explain how can I open a file so that other programs can update it at the same time?
What is define directive?
How to write a multi-statement macro?
What is an arrays?
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
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Why main is not a keyword in c?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
plz let me know how to become a telecom protocol tester. thank you.
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1