What is string in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using new operator as compared to the function malloc ()?
What is structure in c language?
main() {int a=200*200/100; printf("%d",a); }
How can we allocate array or structure bigger than 64kb?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is c preprocessor mean?
Is c object oriented?
how the compiler treats any volatile variable?Explain with example.
How can I use a preprocessorif expression to ?
What does *p++ do? What does it point to?