application areas a 'c'
a) operating system
b) graphics, interpreter, assembler
c) program evalution, communication softwares
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
how to find greatet of 10 numbers without using array?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
largest Of three Number using without if condition?
Differentiate Source Codes from Object Codes
What is wrong with this program statement?
Can we access the array using a pointer in c language?
What is the significance of c program algorithms?
a=5 a=a++/++a
#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 ؟؟؟
Meaning of () in c
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
WHAT IS MEANT BY LIFE?