Does c have function or method?
No Answer is Posted For this Question
Be the First to Post Answer
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
What is calloc in c?
why TCS selected more student in the software field from all institution.
What header files do I need in order to define the standard library functions I use?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Explain what is the benefit of using enum to declare a constant?
What is %d used for?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What are the string functions? List some string functions available in c.
What does %p mean?