A text file that contains declarations used by a group of functions,programs,or users
a) executable file
b) header file
c) obj file
d) .cfile
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
Who developed c language and when?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
Where we use clrscr in c?
Write a program that accept anumber in words
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
mplementation of stack using any programing language
Write a program to show the workingof auto variable.
Is it acceptable to declare/define a variable in a c header?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Do pointers take up memory?