Do you know the difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
how to find a 5th bit is set in c program
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
How can I read in an object file and jump to locations in it?
What is difference between class and structure?
what is difference between overriding and overloading?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What are the 4 types of programming language?
Does * p ++ increment p or what it points to?
without using arithmatic operator convert an intger variable x into x+1
How will you delete a node in DLL?