What's the best way of making my program efficient?


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

Post New Answer

More C Interview Questions

main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


how to add two numbers without using arithmetic operators?

4 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


What is the difference between int main and void main in c?

0 Answers  






How is a structure member accessed?

0 Answers  


related to rdbms query .

2 Answers  


What are the functions to open and close file in c language?

0 Answers  


Explain what are reserved words?

0 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

9 Answers   ADP,


Categories