int i=~0;
uint j=(uint)i;
j++;
printf(“%d”,j);
What is variable and explain rules to declare variable in c?
What is the value of c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is return type in c?
Why doesn't the code "a[i] = i++;" work?
What is s or c?
What is size of union in c?
What is the difference between abs() and fabs() functions?
What is the difference between CV and Resume ?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is table lookup in c?
What language is lisp written in?