which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / jalal
c)=
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are pointers?
Why is c faster?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
write a program to display all prime numbers
Explain the use of fflush() function?
What are identifiers and keywords in c?
What is meant by int main ()?
Is there a way to switch on strings?
Are pointers integers in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What does dm mean sexually?
how many errors in c explain deply
What are multibyte characters?
Describe static function with its usage?
Explain how do you print only part of a string?