Answer Posted / softwaretester4u
work environment is good. but pls post questions for
technical related this is help to others
| Is This Answer Correct ? | 12 Yes | 26 No |
Post New Answer View All Answers
Can the sizeof operator be used to tell the size of an array passed to a function?
What does sizeof function do?
What is spark map function?
What are the disadvantages of a shell structure?
What is static and auto variables in c?
How can I change their mode to binary?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is the use of pointers in C?
Differentiate fundamental data types and derived data types in C.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Why c language is called c?
What is the purpose of the preprocessor directive error?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
How can I get random integers in a certain range?
What is c language in simple words?