What would be an example of a structure analogous to structure c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
wap in c to accept n number display the highest and lowest value
How can I get random integers in a certain range?
What do you mean by a sequential access file?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is array within structure?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
How to write the code of the program to swap two numbers with in one statement?
How to print "I Love My India" without using semi colon?
How do I send escape sequences to control a terminal or other device?