how many errors in c explain deply
No Answer is Posted For this Question
Be the First to Post Answer
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
How to compare array with pointer in c?
What is #include stdio h?
How to add two numbers with using function?
How to write a program to receive an integer & find its octal equivalent by using for loop?
What does node * mean?
What is the use of linkage in c language?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
simple program of graphics and their output display
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon