could u able to tell about suresoft technical session
Answer / siva
they are going to test ur basic knowledge about datatypes
and its range how it was determined and all areas in c
including data structures......
| Is This Answer Correct ? | 11 Yes | 0 No |
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
program to find middle element of linklist?
How we can write a value to an address using macro..?
write a program to create a sparse matrix using dynamic memory allocation.
write a program of bubble sort using pointer?
What's the difference between calloc() and malloc()?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
How can I prevent another program from modifying part of a file that I am modifying?
who is the father of C Language?
20 Answers CTS, UST,
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
can we store values and addresses in the same array? explain