which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answer Posted / anj
++
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Difference between malloc() and calloc() function?
What are the types of variables in c?
Write a code to generate a series where the next element is the sum of last k terms.
program to convert a integer to string in c language'
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are the main characteristics of c language describe the structure of ac program?
What is the purpose of type declarations?
What are operators in c?
Is multithreading possible in c?
How can I prevent another program from modifying part of a file that I am modifying?
what is the diffrenet bettwen HTTP and internet protocol
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain Function Pointer?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
what is a NULL Pointer? Whether it is same as an uninitialized pointer?