By using C language input a date into it and if it is right?
No Answer is Posted For this Question
Be the First to Post Answer
What is call by reference in functions?
What is const keyword in c?
can v write main() { main(); } Is it true?
without using arithmatic operator solve which number is greater??????????
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is information technology.
Can we change the value of #define in c?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
what is a function prototype?
What is meant by realloc()?