Is there a way to jump out of a function or functions?
please explain every phase in the "SDLC" in the dotnet.
two variables are added answer is stored on not for third variable how it is possible?
string reverse using recursion
What is calloc in c?
What are keywords in c with examples?
b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How do you determine whether to use a stream function or a low-level function?
which type of aspect you want from the student.
What is #line used for?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES