How can you allocate arrays or structures bigger than 64K?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a built-in function in C that can be used for sorting data?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
By using C language input a date into it and if it is right?
What is difference between Structure and Unions?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
what is the difference between. system call and library function?
differnce between do and do while
Why clrscr is used after variable declaration?
What is the best way to comment out a section of code that contains comments?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"