What are the loops in c?


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

Post New Answer

More C Interview Questions

How to declare pointer variables?

0 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


How can I make it pause before closing the program output window?

0 Answers  


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  


how to generate sparse matrix in c

3 Answers  






Whats s or c mean?

0 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


How can I send mail from within a c program?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


What is #include stdio h and #include conio h?

0 Answers  


Where local variables are stored in c?

0 Answers  


Categories