What are the advantages of union?
No Answer is Posted For this Question
Be the First to Post Answer
What are linker error?
will u please send me the placement papers to my mail???????????????????
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What is structure packing in c?
Explain zero based addressing.
What are the languages are portable and platform independent?Why they are like that?
How can I recover the file name given an open stream?
#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
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
is c language is a object oreinted language?
What is the purpose of type declarations?
How many data structures are there in c?