what does keyword ‘extern’ mean in a function declaration?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
how to print value of e(exp1)up to required no of digits after decimal?
Write a C program to perform some of the operation which can be performed using Single linked list
Explain is it valid to address one element beyond the end of an array?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
writ a program to compare using strcmp VIVA and viva with its output.
what is difference between declaring the pointer as int and char in c language?
Why does not c have an exponentiation operator?
When the macros gets expanded?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
main() { printf(5+"Vidyarthi Computers"); }
How do I read the arrow keys? What about function keys?