What is c basic?
No Answer is Posted For this Question
Be the First to Post Answer
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is wrong in this statement?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What is #define in c?
How important is structure in life?
what is an inline function?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
disadvantages of realloc ?
When should a type cast be used?
What is the use of static variable in c?
Write a routine that prints out a 2-D array in spiral order!
second highest number in a given set of numbers