What are the two forms of #include directive?
No Answer is Posted For this Question
Be the First to Post Answer
How do you declare a variable that will hold string values?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Which programming language is best for getting job 2020?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
write a programe to find the factorial of given number using recursion
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
WHAT IS ABSTRACT DATA TYPE
write a program to display the numbers having digit 9 in the given range from 1 to 100
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is the total generic pointer type?
Why is python slower than c?