What does nil mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is c weakly typed?
What are the usage of pointer in c?
Where is c used?
Describe the order of precedence with regards to operators in C.
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Explain about the functions strcat() and strcmp()?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is the auto keyword good for?
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
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
What is structure pointer in c?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321