What are the 4 data types?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of c language?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
code for replace tabs with equivalent number of blanks
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
Why is c called c not d or e?
How many types of functions are there in c?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
Three major criteria of scheduling.
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
what is the use of c program?
4 Answers Synergy, Web Synergies,
What is difference between structure and union with example?
What are dynamically linked and statically linked libraries?