What is calloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are conditional operators in C?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
what will be maximum number of comparisons when number of elements are given?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
How many data structures are there in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
What is the difference between text and binary modes?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?