What is console in c language?
No Answer is Posted For this Question
Be the First to Post Answer
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
How do you use a 'Local Block'?
Is there any possibility to create customized header file with c programming language?
Why is c still so popular?
What is file in c language?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
What are pointers in C?
what is the function of void main()?
how can i calculate mean,median,mode by using c program
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
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
What are external variables in c?