What are inbuilt functions in c?


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

Post New Answer

More C Interview Questions

Explain Linker and Loader

5 Answers  


What are the primitive data types in c?

0 Answers  


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


write a program whose output will be- 1 12 123 1234

10 Answers  






Differentiate between ordinary variable and pointer in c.

0 Answers  


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


How would you rename a function in C?

0 Answers   Tech Mahindra,


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What are the two types of functions in c?

0 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


Categories