what is the difference between %d and %*d in c languaga?

Answer Posted / manini

according to me the ques has no meaning.

Is This Answer Correct ?    2 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2243


how to create duplicate link list using C???

2076


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

637


What is indirection in c?

629


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651






What do the functions atoi(), itoa() and gcvt() do?

726


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

668


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

604


Differentiate abs() function from fabs() function.

598


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1382


What is main () in c language?

599


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

671


What is the scope of an external variable in c?

570


Mention four important string handling functions in c languages .

633


What is the difference between union and structure in c?

579