What is structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate prime factors of a given integer?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Do array subscripts always start with zero?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
how to return 1000 variables from functio9n in c?plz give me code also
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
sum of two integers values only other then integer it should print invalid input.
IS Doon college of Engn.. has good faculty
A program to allow an input operand and operator from the operator and read on the display and output operand.
Can we change the value of #define in c?
What are data structures in c and how to use them?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?