What is c language in simple words?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I avoid the abort, retry, fail messages?
Write a program for print infinite numbers
How can I sort more data than will fit in memory?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
what is d pitfalls of registers variables
What is pass by value in c?
How to removing white spces in c programming only bu using loops
What is external variable in c?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details