What is c language in simple words?
Answer / Abhay Kumar Roy
C is a general-purpose programming language that was developed by Dennis Ritchie in 1972. It provides low-level access to memory, making it efficient and flexible but potentially harder to learn.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is string function in c?
Describe the order of precedence with regards to operators in C.
what is the role you expect in software industry?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
What is a pointer in c plus plus?
What are preprocessor directives?
Is null always equal to 0(zero)?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
which type of aspect you want from the student.
write a program to copy the string using switch case?
What is mean by data types in c?