What does c in a circle mean?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
what is the use of operator ^ in C ? and how it works?
What is the c value paradox and how is it explained?
What are c preprocessors?
How does placing some code lines between the comment symbol help in debugging the code?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
program for validity of triangle from 3 side
Is c language still used?
What does p mean in physics?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
can anyone please tell about the nested interrupts?
What is the main difference between calloc () and malloc ()?