Explain the difference between malloc() and calloc() in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What is #pragma statements?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
what do you mean by defining a variable in our c code?
how to execute with out main in cprogram
write a 'c' program to sum the number of integer values
What is the difference b/w Structure & Class?
What is C++
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed