What does %2f mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are # preprocessor operator in c?
can you change name of main()?how?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
what is difference between null and nul in c language
what is the diffrenet bettwen HTTP and internet protocol
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
Where register variables are stored in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are the string functions? List some string functions available in c.
What are 'near' and 'far' pointers?
Can you please explain the difference between exit() and _exit() function?