How does pointer work in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Why use int main instead of void main?
write a program for egyptian fractions in c?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
how to find binary of number?
write an algorithm and a program to count the number of elements in a circularly singly linked list
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is d'n in c?
main() { printf("hello%d",print("QUARK test?")); }
Explain command-line arguments in C.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.