Is it better to use a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum length of an identifier?
Ow can I insert or delete a line (or record) in the middle of a file?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
In how much time you will write this c program? Prime nos from 1 to 1000
Write a routine that prints out a 2-D array in spiral order!
Explain the difference between structs and unions in c?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What is a floating point in c?
why we use pointer in c
write a recursive program in'c'to find whether a given five digit number is a palindrome or not