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
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What is bss in c?
what are bitwise shift operators?
Is c is a procedural language?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
write a program to copy a string without using a string?
Give a method to count the number of ones in a 32 bit number?
What is call by value in c?
Why do we need arrays in c?
give one ip, find out which contry
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Explain the concept and use of type void.