How is a pointer variable declared?
No Answer is Posted For this Question
Be the First to Post Answer
1 1 12 21 123 321 12344231 how i creat it with for loop??
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Explain the array representation of a binary tree in C.
write a program to copy a string without using a string?
Write a program for deleting duplicate elements in an array
Subtract Two Number Without Using Subtraction Operator
What is the advantage of a random access file?
What is a union?
What does void main () mean?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
What are operators in c?