Is there any possibility to create customized header file with c programming language?


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

Post New Answer

More C Interview Questions

Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


What are the different types of C instructions?

0 Answers   InterGraph,


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


What is meant by errors and debugging?

0 Answers  


What is linear search?

0 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


How can I write functions that take a variable number of arguments?

0 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


Can we use visual studio for c?

0 Answers  


Categories