How can you invoke another program from within a C program?
formula to convert 2500mmh2o into m3/hr
Explain the use of 'auto' keyword in c programming?
define string ?
Explain what is the difference between functions abs() and fabs()?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
What is openmp in c?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
what is the use of call back function in c?tell me with example
What is file in c language?
program for swapping two strings by using pointers in c language