What is realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a wrapper function in c?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What is modeling?
What is return in c programming?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What is "Duff's Device"?
How would you obtain the current time and difference between two times?
What is the difference between struct and union in C?
How we can set and clear bit in a byte using macro function?
How can I invoke another program or command and trap its output?
Explain void pointer?