int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / fwfwgq
It will give segmentation fault in linux
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What's the total generic pointer type?
What is the function of volatile in c language?
What is function prototype in c with example?
Write a Program to find whether the given number or string is palindrome.
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
what is the different bitween abap and abap-hr?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are header files in c?
Write a program to implement queue.
Can we compile a program without main() function?
What are the application of void data type in c?
What is #define size in c?
Why isnt there a numbered, multi-level break statement to break out