What does
do in c?


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

Post New Answer

More C Interview Questions

Should I learn data structures in c or python?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


how to implement stack operation using singly linked list

2 Answers  






What is else if ladder?

0 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


Lists the benefits of c programming language?

0 Answers  


What is openmp in c?

0 Answers  


Is main an identifier in c?

0 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


Write a program that his output * *** *****

1 Answers  


Categories