C program to find all possible outcomes of a dice?
No Answer is Posted For this Question
Be the First to Post Answer
How can you find the exact size of a data type in c?
what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
What are the application of c?
What is a void pointer in c?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
What is omp_num_threads?
What is difference between array and pointer in c?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
application of static variables in real time
Why cd or dvd are round why not square.
Can you pass an entire structure to functions?
What is string concatenation in c?