What are c header files?
Explain what are the different file extensions involved when programming in c?
hi send me sample aptitude papers of cts?
How to create struct variables?
What is the difference between mpi and openmp?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What are the two types of functions in c?
Do pointers take up memory?
Hai what is the different types of versions and their differences
what is an inline fuction??
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
write a progam to compare the string using switch case?
what is the use of macro program