What is c language in simple words?
No Answer is Posted For this Question
Be the First to Post Answer
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain the bubble sort algorithm.
why do we use # in c-language?
find the size of structure without using the size of function
What is pass by reference in c?
How can I open files mentioned on the command line, and parse option flags?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Why can arithmetic operations not be performed on void pointers?
What is scope and lifetime of a variable in c?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
what do structure language means?