Explain 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 .obj file in c?
What is meant by 'bit masking'?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
The variables are int sum=10,SuM=20; these are same or different?
What does. int *x[](); means ?
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
What are local variables c?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
How can I read a directory in a c program?
how to print a statement in c without use of console statement ,with the help of if statement it should print
how we can say java is platform independent, while we require JVM for that particular Operating System?
what is the output of printf("%d",(scanf("%d",10));