What is string length in c?
No Answer is Posted For this Question
Be the First to Post Answer
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
How many types of functions are there in c?
What are preprocessor directives?
What are conditional operators in C?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
What is the total generic pointer type?
write a program for odd numbers?
What is the benefit of using const for declaring constants?
How are 16- and 32-bit numbers stored?
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.
What are the advantages of c language?