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 / srinivasu
18,a
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
If you know then define #pragma?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Which function in C can be used to append a string to another string?
What is union and structure?
What are the advantages of using new operator as compared to the function malloc ()?
Where we use clrscr in c?
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 “****”.
What is sizeof int in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What are disadvantages of C language.
What is c mainly used for?
What are variables and it what way is it different from constants?
What is a pointer on a pointer in c programming language?
What is c language in simple words?
why programs in c are running with out #include