What functions are used for dynamic memory allocation in c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
What is the use of c language in real life?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
How will you find a duplicate number in a array without negating the nos ?
what are bitwise shift operators?
What are the scope of static variables?
What is an arrays?
Write a program that receives as input a number omaadel-n-print, four digits.
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
In C language what is a 'dangling pointer'?