marge linklist


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


Does free set pointer to null?

0 Answers  


What is the difference function call by value & function call by reference?

6 Answers  


Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  






Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


Explain a pre-processor and its advantages.

0 Answers  


What is a macro?

0 Answers  


Find occurence of a character in a sting.

3 Answers   TCS,


Categories