What is mean by data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to find the given number is prime or not?
Tell me the use of bit field in c language?
write a progam to compare the string using switch case?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
What is the mean of function?
Explain bitwise shift operators?
What is structure padding in c?
What's the difference between a linked list and an array?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
What are directives in c?
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 is ctrl c called?