what is the full form of c language
Answer Posted / varanasi malikarjun
I want a best and simple methods of C language material. will you provide this material to my id please!!!!!!!!!!!!!!!!!!
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What does 3 mean in texting?
What is meant by preprocessor in c?
What is difference between union and structure in c?
How will you find a duplicate number in a array without negating the nos ?
What are data types in c language?
When the macros gets expanded?
What is c mainly used for?
What is a global variable in c?
Can we change the value of constant variable in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Define C in your own Language.
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Differentiate between the expression “++a” and “a++”?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Does c have an equivalent to pascals with statement?