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
Is it possible to use curly brackets ({}) to enclose single line code in c program?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is hashing in c?
Explain enumerated types.
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Why c is a mother language?
What is 2 d array in c?
Write a program in C to convert date displayed in gregorian to julian date
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What are pointers really good for, anyway?
What does the format %10.2 mean when included in a printf statement?