what is c
Answer / paras rajput
c is structure programming language used to implement of potable application software and operating system
| Is This Answer Correct ? | 7 Yes | 0 No |
What is a scope resolution operator in c?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is define directive?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Explain enumerated types.
Give differences between - new and malloc() , delete and free() ?
What does p mean in physics?
What are categories used for in c?