Can a pointer be static?
No Answer is Posted For this Question
Be the First to Post Answer
how do you programme Carrier Sense Multiple Access
Can two or more operators such as and be combined in a single line of program code?
Write a c program using for loop in switch case?
Is c still used in 2019?
What is array of structure in c programming?
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
how to print this pyramid * * * * * * * * * * * * *
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Give me the code of in-order recursive and non-recursive.
What is a pointer in c?