How can I do peek and poke in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
to find the program of matrix multiplication using arrays
main() { int i; printf("%d",i^i); }
How can I write a function that takes a format string and a variable number of arguments?
how many times of error occur in C
Eight queens puzzle
Write a program to reverse a given number in c language?
what is pointer ? what is the use of pointer?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
What is character set?
can we change the default calling convention in c if yes than how.........?
What is header file in c?