what is c?

Answer Posted / pazhani

C is one of the computer programming Languages

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C language questions for civil engineering

1245


What is the maximum no. of arguments that can be given in a command line in C.?

669


What is an auto variable in c?

758


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

656


Is c object oriented?

542






What is a null string in c?

589


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

762


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

666


Are there any problems with performing mathematical operations on different variable types?

575


What is hashing in c?

644


What is the explanation for cyclic nature of data types in c?

648


How do you override a defined macro?

702


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

920


What is static function in c?

635


What is context in c?

541