What are the features of the c language?
No Answer is Posted For this Question
Be the First to Post Answer
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Hai what is the different types of versions and their differences
What is memcpy() function?
How many parameters should a function have?
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.....
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is memory leak in c?
Why can’t constant values be used to define an array’s initial size?
Which is the best website to learn c programming?
What is string concatenation in c?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }