Hai what is the different types of versions and their
differences


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

Post New Answer

More C Interview Questions

How main function is called in c?

0 Answers  


Define VARIABLE?

0 Answers   ADP,


What does static variable mean in c?

0 Answers  


Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,






What is methods in c?

0 Answers  


What is the use of getch ()?

0 Answers  


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


Does c have class?

0 Answers  


What is assert and when would I use it?

0 Answers  


what is the advantage of software development

1 Answers  


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


Categories