How to compare array with pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need functions in c?
what is the use of #pragma pack, wer it is used?
What is difference between structure and union?
How the processor registers can be used in C ?
without using arithmatic operator solve which number is greater??????????
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Write a program to find the smallest and largest element in a given array in c language
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is structure and union in c?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Explain what is a const pointer?
Write a program to print factorial of given number using recursion?