Answer Posted / kaleeswaran.k
c program is an objectives oriented program.itz developed by
dennis ritchie in 1970.itz one of the old languages.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
What are identifiers in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the sizeof () a pointer?
Why do we use int main instead of void main in c?
Tell us something about keyword 'auto'.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Explain built-in function?
how to write a c program to print list of fruits in alpabetical order?
Does c have class?
What are the differences between Structures and Arrays?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples