What are the features of c languages?
No Answer is Posted For this Question
Be the First to Post Answer
code for find determinent of amatrix
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What should malloc(0) do?
What is extern storage class in c?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What does typedef struct mean?
In which language linux is written?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
what is linkage error when it occurs in c program