What is assignment operator?
No Answer is Posted For this Question
Be the First to Post Answer
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
Implement bit Array in C.
why do we use # in c-language?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
writ a program to compare using strcmp VIVA and viva with its output.
What are structures and unions? State differencves between them.
Why void is used in c?
find the size of structure without using the size of function
who developed c and why he developed c?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?