What are the application of void data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
What functions are in conio h?
a simple program in c language
What do you mean by team??
write a programming in c language, 1 3 5 7 9 11
What is the difference between exit() and _exit()?
How will you allocate memory to a double pointer ?
How are strings stored in c?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
Why cd or dvd are round why not square.
Explain what is the difference between a string and an array?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }