what is the value of b
if a=5;
b=++a + ++a
Answers were Sorted based on User's Feedback
discuss the steps needed to get a program from source code to executable in a system?
What is the difference between near, far and huge pointers?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
What is the size of array float a(10)?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
what about "char *(*(*a[])())();"
What do you mean by a local block?
Write a program to exchange two variaables without temp
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
What are the loops in c?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)