What are inbuilt functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a static function in c?
how to add two numbers without using arithmetic operators?
Write a program of advanced Fibonacci series.
What is methods in c?
Explain #pragma statements.
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
write a program in C to swap two variables
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain why C language is procedural?
writ a program to compare using strcmp VIVA and viva with its output.
How to access or modify the const variable in c ?
16 Answers HCL, HP,
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }