What are the types of data types and explain?
No Answer is Posted For this Question
Be the First to Post Answer
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
what is the use of c program?
4 Answers Synergy, Web Synergies,
Why do we need functions in c?
Write a C program in Fibonacci series.
post new interiew question and aptitude test papers
Explain what is the difference between functions getch() and getche()?
What are the salient features of c languages?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
what is c language?
Diff between for loop and while loop?
What is the advantage of a random access file?