Explain the priority queues?
No Answer is Posted For this Question
Be the First to Post Answer
read an array and search an element
Explain how can I pad a string to a known length?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What is the difference between text files and binary files?
What is structure data type in c?
c language interview questions & answer
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is variable in c with example?
Explain why c is faster than c++?
What's the best way of making my program efficient?