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 |
int far *near * p; means
Does * p ++ increment p or what it points to?
What is a const pointer?
Is fortran still used in 2018?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
Explain union. What are its advantages?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Difference between goto, long jmp() and setjmp()?
List out few of the applications that make use of Multilinked Structures?
What is key word in c language?