Why is this loop always executing once?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
find largest of 3 no
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
Why preprocessor should come before source code?
What is advantage of pointer in c?
What does %d do in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile