Answer Posted / chirag
I can contribut my knowlege with ur company as well as i
feel if u realy want someone who is aggressive towards
hardwork, leadership quality and honest in all, you met the
right person.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is meant by initialization and how we initialize a variable?
What is "Hungarian Notation"?
What is meant by errors and debugging?
What is realloc in c?
Is void a keyword in c?
main() { printf("hello"); fork(); }
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is string function in c?
What is an identifier?
Explain the difference between call by value and call by reference in c language?
What are the types of data structures in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What are the different types of objects used in c?
Write a code to remove duplicates in a string.
Why is python slower than c?