what is the full form of c language

Answer Posted / vijay kumar

full form of c is combit language.

Is This Answer Correct ?    14 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null always defined as 0(zero)?

856


What is dynamic variable in c?

824


How would you rename a function in C?

844


What are Macros? What are its advantages and disadvantages?

895


What is array of pointers to string?

830


What are unions in c?

806


What is typedef?

1041


Why is c so popular?

913


What is multidimensional arrays

890


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1615


What is the difference between strcpy() and memcpy() function in c programming?

881


Is there a way to compare two structure variables?

891


Explain goto?

946


Is there any demerits of using pointer?

847


Compare and contrast compilers from interpreters.

934