What is the maximum no. of arguments that can be given in a command line in C.?
No Answer is Posted For this Question
Be the First to Post Answer
What is sorting in c plus plus?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
can we write a program in c for printf and scanf without using header file stdio.h
What is wrong with this initialization?
Explain that why C is procedural?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
What are data types in c language?
What's a "sequence point"?
What is the difference between memcpy and memmove?
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,
while initialization of array why we use a[][2] why not a[2][]...?