What are the differences between Structures and Arrays?
No Answer is Posted For this Question
Be the First to Post Answer
Can a void pointer point to a function?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
What are shell structures used for?
Can you think of a logic behind the game minesweeper.
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
every function has return the value?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are the advantage of c language?
discuss the steps needed to get a program from source code to executable in a system?
Tell us two differences between new () and malloc ()?
How to create struct variables?