What is a floating point in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is Array?
Explain the concept of "dangling pointers" in C.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
What is function prototype in c with example?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How many keywords are there in c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Which is best book for data structures in c?