What do you mean by c?
Answer / dhanshri chabukswar
c is a language used to write programs that tell the computer what to do - like calculations ,controlling devices or building operating systems.
c is a powerful,structured and portable programming language used to develop software and system applications ...
| Is This Answer Correct ? | 0 Yes | 0 No |
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
When the macros gets expanded?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
What is structure pointer in c?
What are the differences between new and malloc in C?
plz let me know how to become a telecom protocol tester. thank you.
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
where do we use volatile keyword?
Why can’t constant values be used to define an array’s initial size?
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,