Answer Posted / srinidhi
c=computer thats wt c language means computer language
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
When the macros gets expanded?
Explain what is the concatenation operator?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What are lookup tables in c?
Give differences between - new and malloc() , delete and free() ?
swap 2 numbers without using third variable?
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 is indirection?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are different types of operators?
Tell me is null always defined as 0(zero)?
Are the variables argc and argv are local to main?
Write a program to reverse a linked list in c.
What is pragma c?
Explain argument and its types.