what will be the output off the following program?
#include<stdio.h>
int main()
{
int a;
a=015+0*71+5;
printf("%d,a");
return0;
}
Answer Posted / yateesh kumar
Garbage value,a
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can you read a directory in a C program?
What is the difference between procedural and declarative language?
Explain what is the purpose of "extern" keyword in a function declaration?
Explain how can you restore a redirected standard stream?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
How is a null pointer different from a dangling pointer?
When is a null pointer used?
Write a C program to count the number of email on text
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
will u please send me the placement papers to my mail???????????????????
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is scope and lifetime of a variable in c?
In which language linux is written?
how we can make 3d venturing graphics on outer interface
What is conio h in c?