List some applications of c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
ratio,age,persentage
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Determine if a number is a power of 2 at O(1).
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
write a prgram of swapping with 2 valiables
how to impliment 2 or more stacks in a single dimensional array ?
What is static and auto variables in c?
C program to read the integer and calculate sum and average using single dimensional array