Is there any possibility to create customized header file with c programming language?
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.
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What are the different types of C instructions?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is meant by errors and debugging?
What is linear search?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
write a program to insert an element at the specified position in the given array in c language
How can I write functions that take a variable number of arguments?
Write a program to swap two numbers without using the third variable?
can u give me the good and very optimised code for a car racing game?
Can we use visual studio for c?