Is boolean a datatype in c?
No Answer is Posted For this Question
Be the First to Post Answer
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
progrem to generate the following series 1 12 123 1234 12345
Where are the auto variables stored?
Explain what are multibyte characters?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What is the difference between volatile and const volatile?
Explain the use of function toupper() with and example code?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
What is difference between structure and union in c?
Explain how are portions of a program disabled in demo versions?
What does void main return?
What is a buffer in c?