who is first prime minister in india??
Answers were Sorted based on User's Feedback
What is a stream in c programming?
what is the difference between embedded c and turbo c ?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
what is stack , heap ,code segment,and data segment
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
in malloc and calloc which one is fast and why?
What are the parts of c program?
What is a 'null pointer assignment' error?
Where define directive used?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
Why isn't any of this standardized in c? Any real program has to do some of these things.