main()
{
struct test
{
char c;
int i;
char m;
} t1;
printf("%d %d\n", sizeof(t1), sizeof(t1.c));
}
What is methods in c?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
without using arithmatic operator solve which number is greater??????????
Which programming language is best for getting job 2020?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
what is diognisis?
What is the difference between static and global variables?
What are the disadvantages of c language?
What is memory leak in c?
what do you mean by defining a variable in our c code?