What is data structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is a constant?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
can we print any string without using terminator?
Write a program in c using only loops to print * * * * * *******
What are the 3 types of structures?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Is r written in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Explain what is the difference between the expression '++a' and 'a++'?
Define and explain about ! Operator?
How do you define a function?