How do you determine the length of a string value that was stored in a variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between volatile and const volatile?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Explain what is a pragma?
what are the stages of compilation
Write a program to print numbers from 1 to 100 without using loop in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
. Write a program to get a string and to convert the 1st letter of it to uppercase
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
What is the difference between break and continue?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
who developed c and why he developed c?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1