What is double pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
about c language
write a program that finds the factorial of a number using recursion?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
who will call your main function in c under linux?
Explain how are portions of a program disabled in demo versions?
What is structure in c language?
What is the real time usage volatile?
How do c compilers work?
The variables are int sum=10,SuM=20; these are same or different?
What is the auto keyword good for?
How can I delete a file?
what is available in C language but not in C++?
10 Answers CTS, TCS,