What is the size of array float a(10)?
I need previous papers of CSC.......plz help out by posting them.......
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Is c still relevant?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
Write a program to implement queue.
write a c program to find the probability of random numbers between 1-1000
Write a program using bitwise operators to invert even bits of a given number.
How can you restore a redirected standard stream?