What are the modifiers available in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between int and float?
can we declare a function in side the structure?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Differentiate between null and void pointers.
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why do we use int main instead of void main in c?
i need all types of question paper releted to "c" and other language.
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
How do you use a pointer to a function?