What are reserved words?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
how to write hello word without using semicolon at the end?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
can we have joblib in a proc ?
1,1,5,17,61,217,?,?.
Explain setjmp()?
Why do we use c for the speed of light?
Write a progarm to find the length of string using switch case?
what is the difference between exit() and _exit() functions?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
What are two dimensional arrays alternatively called as?
write a program to add two numbers of any size.....(remember any size)