What is a good data structure to use for storing lines of text?
No Answer is Posted For this Question
Be the First to Post Answer
What is enumerated data type in c?
program to find a smallest number in an array
Explain Linker and Loader
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
Why is sizeof () an operator and not a function?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
What are the types of c language?
Is register a keyword in c?
Is c is a high level language?
How can I do peek and poke in c?
What are the various topologies? Which one is the most secure?
Write a program to swap two numbers without using third variable?