Write a c program to build a heap method using Pointer to
function and pointer to structure ?
No Answer is Posted For this Question
Be the First to Post Answer
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
main() { printf("hello"); fork(); }
How do you convert strings to numbers in C?
Write a program using bitwise operators to invert even bits of a given number.
What is the main differences between C and Embedded C?
Can two or more operators such as and be combined in a single line of program code?
What are dangling pointers? How are dangling pointers different from memory leaks?
WHAT IS PRE POSSESSORS?
Why do some versions of toupper act strangely if given an upper-case letter?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Why string is used in c?