What is the difference between a string and an array?
No Answer is Posted For this Question
Be the First to Post Answer
What does %d do?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How can you return multiple values from a function?
What is the purpose of sprintf?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
How to Throw some light on the splay trees?
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
What is build process in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
write a 'c' program to sum the number of integer values
what does ‘Bus Error’ mean?