what is c
Answer / paras rajput
c is structure programming language used to implement of potable application software and operating system
| Is This Answer Correct ? | 7 Yes | 0 No |
#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 ؟؟؟
Simplify the program segment if X = B then C ← true else C ← false
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What will be your course of action for a push operation?
Can we change the value of constant variable in c?
why 'c' is called middle level language.
what is self refrential structure
Tell us the use of fflush() function in c language?
What is the difference between array and structure in c?
What is the difference between int main and void main?
Give a method to count the number of ones in a 32 bit number?