What is structure data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the expression “++a” and “a++”?
What is the use of gets and puts?
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?
What is the size of enum in bytes?
What is the scope of static variables in c language?
what type of errors are checked during compilation
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
change to postfix a/(b+c*d-e)
How do you use a 'Local Block'?
Why doesnt long int work?
Suggesting that there can be 62 seconds in a minute?
How can I split up a string into whitespace-separated fields?