Answer Posted / himesh
C is a computer language. It is a procedural and case sensitive language.
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
In C language what is a 'dangling pointer'?
Explain how can I write functions that take a variable number of arguments?
What is variable initialization and why is it important?
What does dm mean sexually?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What does it mean when a pointer is used in an if statement?
What are the data types present in c?
What is a far pointer in c?
What is adt in c programming?
What is assignment operator?
Explain what are global variables and explain how do you declare them?
please explain every phase in the "SDLC" in the dotnet.
Are the variables argc and argv are local to main?
What do mean by network ?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.