How many keywords (reserve words) are in c?
No Answer is Posted For this Question
Be the First to Post Answer
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
Explain what are global variables and explain how do you declare them?
Explain how do you list a file’s date and time?
What are the preprocessors?
Explain bit masking in c?
what is the use of fflush() function?
Why is c used in embedded systems?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
What is the sizeof () a pointer?
What is the translation phases used in c language?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions