Why do some versions of toupper act strangely if given an upper-case letter?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a way to compare two structure variables?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
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
difference of two no's with out using - operator
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
what is pointer?
13 Answers HCL, TCS,
How can I open a file so that other programs can update it at the same time?
What is break in c?
Program to find the absolute value of given integer using Conditional Operators
When c language was developed?
How to set file pointer to beginning c?