What is the usage of the pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
please give code for this 1 2 4 7 11 16
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is %lu in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is the use of gets and puts?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
coding for Fibonacci.?
how to find anagram without using string functions using only loops in c programming
What is the difference between exit() and _exit()?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Tell me is null always defined as 0(zero)?