What do mean by network ?
No Answer is Posted For this Question
Be the First to Post Answer
What is oops c?
#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
what is unsigened char and what is the difference from char
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is sparse file?
How can I find the modification date and time of a file?
What is the difference b/w Structure & Class?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,