Answer Posted / ratishchandra huidrom
if(c=a&&a=b&&b=c)printf("%d %d",a,b);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain how can you check to see whether a symbol is defined?
Explain what does a function declared as pascal do differently?
Explain the advantages of using macro in c language?
Can you write a programmer for FACTORIAL using recursion?
Explain the difference between malloc() and calloc() function?
Write a program to print factorial of given number without using recursion?
What language is c written?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
How do we make a global variable accessible across files? Explain the extern keyword?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Can you tell me how to check whether a linked list is circular?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
largest Of three Number using without if condition?
What is unsigned int in c?
Which function in C can be used to append a string to another string?