Answer Posted / shanmuganathanbalasubramanian
what is the difference between in if (i=2)$(i==2)
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What tq means in chat?
What are the 5 organizational structures?
Can you please explain the difference between malloc() and calloc() function?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Can a local variable be volatile in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Where register variables are stored in c?
write a program to copy the string using switch case?
Can the curly brackets { } be used to enclose a single line of code?
How does pointer work in c?
What is the use of header?
What does a pointer variable always consist of?
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)
Compare and contrast compilers from interpreters.