what is the value of b
if a=5;
b=++a + ++a
Answers were Sorted based on User's Feedback
Write a program to generate prime factors of a given integer?
Where static variables are stored in memory in c?
What is the exact difference between '\0' and ""
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
Determine if a number is a power of 2 at O(1).
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
write a program to delete an item from a particular location of an linear array?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Explain the priority queues?