Explain what are its uses in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


How main function is called in c?

0 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


What is null pointer in c?

0 Answers  


What is the best way to store flag values in a program?

0 Answers  


What is the difference between void main() and void main (void) give example programme?

0 Answers  


What are types of structure?

0 Answers  


Why is sprintf unsafe?

0 Answers  


what is difference between overriding and overloading?

1 Answers  


Categories