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 |
What is the purpose of the statement: strcat (S2, S1)?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is wrong with this declaration?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
write a program to delete an item from a particular location of an linear array?
Is javascript written in c?
Where is volatile variable stored?
How do we make a global variable accessible across files? Explain the extern keyword?
define string ?
main() { int a; a=++100; printf("%d",a); getch(); }
What is typeof in c?