Explain how can type-insensitive macros be created?
No Answer is Posted For this Question
Be the First to Post Answer
What is alloca() and why is its use discouraged?
Is array name a pointer?
Explain what is gets() function?
What are the keywords in c?
How can a string be converted to a number?
what is difference between procedural language and functional language ?
What is a structure in c language. how to initialise a structure in c?
Tell me what is the purpose of 'register' keyword in c language?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
how write a addtion of two single dimensional array using of pointer in c language?
What do you mean by c what are the main characteristics of c language?
When should I declare a function?