What is the need of structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
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.
How to add two numbers with using function?
Why isn't it being handled properly?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
what is data structure
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
void main() { int i=5; printf("%d",i+++++i); }
What is the sizeof () a pointer?
if we take a number as a char then can we manipulate(add, subtract) on this number
how many times of error occur in C
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?