Is return a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is c language.
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is the purpose of macro in C language?
what are two categories of clint-server application development ?
What are the languages are portable and platform independent?Why they are like that?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
What is difference between class and structure?
what does exit() do?
Explain what is the benefit of using const for declaring constants?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer