What are the different types of data structures in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
hi , please send me NIC written test papers to sbabavalli@gmail.com
What are high level languages like C and FORTRAN also known as?
c program to subtract between two numbers without using '-' sign and subtract function.
What are the advantages of external class?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
How can I read in an object file and jump to locations in it?
how the compiler treats any volatile variable?Explain with example.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How to delete a node from linked list w/o using collectons?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given