Can u please send me the exam pattern and also Previous
papers to javed123go@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
How can I get random integers in a certain range?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Explain #pragma statements.
What is diffrance between declaration and defination of a variable or function
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
what is differnence b/w macro & functions
how can make variable not in registers
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Are pointers really faster than arrays?
How do you search data in a data file using random access method?