Tell me about low level programming languages.
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
simple program for virtual function?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
how to find out the union of two character arrays?
int far *near * p; means
what is difference between null and nul in c language
Write a program to add a given duration with time(24hrs format)
What is scanf () in c?
what is the use of bitfields & where do we use them?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
What is indirection?
char ch=10;printf("%d",ch);what is the output