Draw a diagram showing how the operating system relates to
users, application programs, and the computer hardware ?
No Answer is Posted For this Question
Be the First to Post Answer
#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?
What are the different types of data structures in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Explain function?
in iso what are the common technological language?
Is it better to use a macro or a function?
Describe wild pointers in c?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is the difference between far and near in c?
What is #pragma statements?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?