can we have joblib in a proc ?
No Answer is Posted For this Question
Be the First to Post Answer
What are keywords c?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
an algorithem for the implementation of circular doubly linked list
what are the advantage and disadvantage of recursion
swap two integer variables without using a third temporary variable?
Why we use break in c?
what are brk, sbrk?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What is substring in c?
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV