What is the significance of an algorithm to C programming?


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

Post New Answer

More C Interview Questions

how to convert an char array to decimal array

4 Answers  


What are different types of pointers?

0 Answers  


Is c functional or procedural?

1 Answers  


What is the size of enum in bytes?

0 Answers  


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  






for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


write a program to remove occurrences the word from entered text?

1 Answers  


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


Categories