What is a program flowchart?
No Answer is Posted For this Question
Be the First to Post Answer
WAP – represent a char in binary format
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
WHAT IS LOW LEVEL LANGUAGE?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
What is the data segment that is followed by c?
Can the “if” function be used in comparing strings?
What are qualifiers in c?
List the different types of c tokens?
write a program to swap two numbers without using temporary variable?
difference between malloc and calloc
How can I prevent another program from modifying part of a file that I am modifying?