What is openmp in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Is c a great language, or what?
Example of friendly function in c++
Process by which one bit pattern in to another by bit wise operation is?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
Can you apply link and association interchangeably?
WHO WROTE C LANGUAGE?
What is the difference between union and structure in c?
What is volatile, register definition in C