What is the meaning of && in c?
No Answer is Posted For this Question
Be the First to Post Answer
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Why preprocessor should come before source code?
What is the use of ?: Operator?
While(1) { } when this loop get terminate is it a infinite loop?
Explain how do you determine whether to use a stream function or a low-level function?
What is the difference between malloc() and calloc() function in c language?
What is the symbol indicated the c-preprocessor?
Write a program to show the change in position of a cursor using c
What is volatile variable how do you declare it?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
How would you obtain the current time and difference between two times?