What is c programing language?
No Answer is Posted For this Question
Be the First to Post Answer
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
write a program structure to find average of given number
what's the return value of malloc()
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How do you list files in a directory?
When can a far pointer be used?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What are the Advantages of using macro
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
nic scientist exam
What does double pointer mean in c?