How are Structure passing and returning implemented by the complier?
No Answer is Posted For this Question
Be the First to Post Answer
Why #include is used in c language?
Tell me the use of bit field in c language?
what is the difference between strcpy() and memcpy() function?
implement OR gate without using any bitwise operator.
What are linked lists in c?
Is flag a keyword in c?
How do I use void main?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Why doesnt that code work?
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 tq means in chat?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);